public static class StoreableBackingStoreShell.MyStoreable extends Object implements org.glassfish.ha.store.api.Storeable
| Constructor and Description |
|---|
MyStoreable() |
| Modifier and Type | Method and 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) |
String |
getStr1() |
String |
getStr2() |
void |
setStr1(String str1) |
void |
setStr2(String str2) |
String |
toString() |
void |
touch() |
public void touch()
public long _storeable_getVersion()
_storeable_getVersion in interface org.glassfish.ha.store.api.Storeablepublic String getStr1()
public void setStr1(String str1)
public String getStr2()
public void setStr2(String str2)
public void _storeable_setVersion(long version)
_storeable_setVersion in interface org.glassfish.ha.store.api.Storeablepublic long _storeable_getLastAccessTime()
_storeable_getLastAccessTime in interface org.glassfish.ha.store.api.Storeablepublic void _storeable_setLastAccessTime(long accessTime)
_storeable_setLastAccessTime in interface org.glassfish.ha.store.api.Storeablepublic long _storeable_getMaxIdleTime()
_storeable_getMaxIdleTime in interface org.glassfish.ha.store.api.Storeablepublic void _storeable_setMaxIdleTime(long maxIdleTime)
_storeable_setMaxIdleTime in interface org.glassfish.ha.store.api.Storeablepublic String[] _storeable_getAttributeNames()
_storeable_getAttributeNames in interface org.glassfish.ha.store.api.Storeablepublic boolean[] _storeable_getDirtyStatus()
_storeable_getDirtyStatus in interface org.glassfish.ha.store.api.Storeablepublic void _storeable_writeState(OutputStream os) throws IOException
_storeable_writeState in interface org.glassfish.ha.store.api.StoreableIOExceptionpublic void _storeable_readState(InputStream is) throws IOException
_storeable_readState in interface org.glassfish.ha.store.api.StoreableIOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.