Package org.shoal.ha.cache.impl.util
Class StoreableBackingStoreShell.MyStoreable
- java.lang.Object
-
- org.shoal.ha.cache.impl.util.StoreableBackingStoreShell.MyStoreable
-
- All Implemented Interfaces:
Serializable,org.glassfish.ha.store.api.Storeable
- Enclosing class:
- StoreableBackingStoreShell
public static class StoreableBackingStoreShell.MyStoreable extends Object implements org.glassfish.ha.store.api.Storeable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MyStoreable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]_storeable_getAttributeNames()boolean[]_storeable_getDirtyStatus()long_storeable_getLastAccessTime()long_storeable_getMaxIdleTime()long_storeable_getVersion()void_storeable_readState(InputStream is)void_storeable_setLastAccessTime(long accessTime)void_storeable_setMaxIdleTime(long maxIdleTime)void_storeable_setVersion(long version)void_storeable_writeState(OutputStream os)StringgetStr1()StringgetStr2()voidsetStr1(String str1)voidsetStr2(String str2)StringtoString()voidtouch()
-
-
-
Method Detail
-
touch
public void touch()
-
_storeable_getVersion
public long _storeable_getVersion()
- Specified by:
_storeable_getVersionin interfaceorg.glassfish.ha.store.api.Storeable
-
getStr1
public String getStr1()
-
setStr1
public void setStr1(String str1)
-
getStr2
public String getStr2()
-
setStr2
public void setStr2(String str2)
-
_storeable_setVersion
public void _storeable_setVersion(long version)
- Specified by:
_storeable_setVersionin interfaceorg.glassfish.ha.store.api.Storeable
-
_storeable_getLastAccessTime
public long _storeable_getLastAccessTime()
- Specified by:
_storeable_getLastAccessTimein interfaceorg.glassfish.ha.store.api.Storeable
-
_storeable_setLastAccessTime
public void _storeable_setLastAccessTime(long accessTime)
- Specified by:
_storeable_setLastAccessTimein interfaceorg.glassfish.ha.store.api.Storeable
-
_storeable_getMaxIdleTime
public long _storeable_getMaxIdleTime()
- Specified by:
_storeable_getMaxIdleTimein interfaceorg.glassfish.ha.store.api.Storeable
-
_storeable_setMaxIdleTime
public void _storeable_setMaxIdleTime(long maxIdleTime)
- Specified by:
_storeable_setMaxIdleTimein interfaceorg.glassfish.ha.store.api.Storeable
-
_storeable_getAttributeNames
public String[] _storeable_getAttributeNames()
- Specified by:
_storeable_getAttributeNamesin interfaceorg.glassfish.ha.store.api.Storeable
-
_storeable_getDirtyStatus
public boolean[] _storeable_getDirtyStatus()
- Specified by:
_storeable_getDirtyStatusin interfaceorg.glassfish.ha.store.api.Storeable
-
_storeable_writeState
public void _storeable_writeState(OutputStream os) throws IOException
- Specified by:
_storeable_writeStatein interfaceorg.glassfish.ha.store.api.Storeable- Throws:
IOException
-
_storeable_readState
public void _storeable_readState(InputStream is) throws IOException
- Specified by:
_storeable_readStatein interfaceorg.glassfish.ha.store.api.Storeable- Throws:
IOException
-
-