org.shoal.ha.cache.impl.util
Class StoreableBackingStoreShell.MyStoreable

java.lang.Object
  extended by org.shoal.ha.cache.impl.util.StoreableBackingStoreShell.MyStoreable
All Implemented Interfaces:
java.io.Serializable, org.glassfish.ha.store.api.Storeable
Enclosing class:
StoreableBackingStoreShell

public static class StoreableBackingStoreShell.MyStoreable
extends java.lang.Object
implements org.glassfish.ha.store.api.Storeable

See Also:
Serialized Form

Constructor Summary
StoreableBackingStoreShell.MyStoreable()
           
 
Method Summary
 java.lang.String[] _storeable_getAttributeNames()
           
 boolean[] _storeable_getDirtyStatus()
           
 long _storeable_getLastAccessTime()
           
 long _storeable_getMaxIdleTime()
           
 long _storeable_getVersion()
           
 void _storeable_readState(java.io.InputStream is)
           
 void _storeable_setLastAccessTime(long accessTime)
           
 void _storeable_setMaxIdleTime(long maxIdleTime)
           
 void _storeable_setVersion(long version)
           
 void _storeable_writeState(java.io.OutputStream os)
           
 java.lang.String getStr1()
           
 java.lang.String getStr2()
           
 void setStr1(java.lang.String str1)
           
 void setStr2(java.lang.String str2)
           
 java.lang.String toString()
           
 void touch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreableBackingStoreShell.MyStoreable

public StoreableBackingStoreShell.MyStoreable()
Method Detail

touch

public void touch()

_storeable_getVersion

public long _storeable_getVersion()
Specified by:
_storeable_getVersion in interface org.glassfish.ha.store.api.Storeable

getStr1

public java.lang.String getStr1()

setStr1

public void setStr1(java.lang.String str1)

getStr2

public java.lang.String getStr2()

setStr2

public void setStr2(java.lang.String str2)

_storeable_setVersion

public void _storeable_setVersion(long version)
Specified by:
_storeable_setVersion in interface org.glassfish.ha.store.api.Storeable

_storeable_getLastAccessTime

public long _storeable_getLastAccessTime()
Specified by:
_storeable_getLastAccessTime in interface org.glassfish.ha.store.api.Storeable

_storeable_setLastAccessTime

public void _storeable_setLastAccessTime(long accessTime)
Specified by:
_storeable_setLastAccessTime in interface org.glassfish.ha.store.api.Storeable

_storeable_getMaxIdleTime

public long _storeable_getMaxIdleTime()
Specified by:
_storeable_getMaxIdleTime in interface org.glassfish.ha.store.api.Storeable

_storeable_setMaxIdleTime

public void _storeable_setMaxIdleTime(long maxIdleTime)
Specified by:
_storeable_setMaxIdleTime in interface org.glassfish.ha.store.api.Storeable

_storeable_getAttributeNames

public java.lang.String[] _storeable_getAttributeNames()
Specified by:
_storeable_getAttributeNames in interface org.glassfish.ha.store.api.Storeable

_storeable_getDirtyStatus

public boolean[] _storeable_getDirtyStatus()
Specified by:
_storeable_getDirtyStatus in interface org.glassfish.ha.store.api.Storeable

_storeable_writeState

public void _storeable_writeState(java.io.OutputStream os)
                           throws java.io.IOException
Specified by:
_storeable_writeState in interface org.glassfish.ha.store.api.Storeable
Throws:
java.io.IOException

_storeable_readState

public void _storeable_readState(java.io.InputStream is)
                          throws java.io.IOException
Specified by:
_storeable_readState in interface org.glassfish.ha.store.api.Storeable
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.