|
||||||||||
| 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 | |
|---|---|
java.lang.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(java.io.InputStream is)
|
void |
_storeable_setLastAccessTime(long version)
|
void |
_storeable_setMaxIdleTime(long version)
|
void |
_storeable_setVersion(long version)
|
void |
_storeable_writeState(java.io.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)
java.lang.String[] _storeable_getAttributeNames()
boolean[] _storeable_getDirtyStatus()
void _storeable_writeState(java.io.OutputStream os)
throws java.io.IOException
java.io.IOException
void _storeable_readState(java.io.InputStream is)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||