public interface Storeable extends Serializable
Modifier and Type | Method and Description |
---|---|
String[] |
_storeable_getAttributeNames()
Providers can cache this
|
boolean[] |
_storeable_getDirtyStatus()
Providers can cache this
|
long |
_storeable_getLastAccessTime() |
long |
_storeable_getMaxIdleTime() |
long |
_storeable_getVersion()
Get the version of this entry.
|
void |
_storeable_readState(InputStream is) |
void |
_storeable_setLastAccessTime(long version) |
void |
_storeable_setMaxIdleTime(long version) |
void |
_storeable_setVersion(long version) |
void |
_storeable_writeState(OutputStream os) |
long _storeable_getVersion()
void _storeable_setVersion(long version)
long _storeable_getLastAccessTime()
void _storeable_setLastAccessTime(long version)
long _storeable_getMaxIdleTime()
void _storeable_setMaxIdleTime(long version)
String[] _storeable_getAttributeNames()
boolean[] _storeable_getDirtyStatus()
void _storeable_writeState(OutputStream os) throws IOException
IOException
void _storeable_readState(InputStream is) throws IOException
IOException
Copyright © 2016 Oracle Corporation. All rights reserved.