| java.lang.Object org.jboss.ha.hasessionstate.server.PackagedSessionImpl
PackagedSessionImpl | public class PackagedSessionImpl implements PackagedSession(Code) | | Default implementation of PackagedSession
See Also: PackagedSession, HASessionStateImpl author: sacha.labourey@cogito-info.ch version: $Revision: 57188 $ |
lastModificationTimeInVM | protected transient long lastModificationTimeInVM(Code) | | |
state | protected byte[] state(Code) | | |
versionId | protected long versionId(Code) | | |
PackagedSessionImpl | public PackagedSessionImpl()(Code) | | |
getState | public byte[] getState()(Code) | | |
getVersion | public long getVersion()(Code) | | |
isStateIdentical | public boolean isStateIdentical(byte[] state)(Code) | | |
setState | public boolean setState(byte[] state)(Code) | | |
unmodifiedExistenceInVM | public long unmodifiedExistenceInVM()(Code) | | |
|
|