|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Storeable
A Storeable is an interface that must be implemented by objects that are to be presisted in the backing store.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||