org.jboss.ha.hasessionstate.interfaces
Interface PackagedSession
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PackagedSessionImpl
public interface PackagedSession
- extends Serializable
Information about a session that is shared by nodes in a same sub-partition
- Version:
- $Revision: 1.3.6.1 $
Revisions:
- Author:
- sacha.labourey@cogito-info.ch
- See Also:
HASessionState, PackagedSessionImpl
serialVersionUID
static final long serialVersionUID
- The serialVersionUID
- Since:
- 1.2
- See Also:
- Constant Field Values
getState
byte[] getState()
setState
boolean setState(byte[] state)
isStateIdentical
boolean isStateIdentical(byte[] state)
update
void update(PackagedSession clone)
getOwner
String getOwner()
setOwner
void setOwner(String owner)
getVersion
long getVersion()
getKey
Serializable getKey()
setKey
void setKey(Serializable key)
unmodifiedExistenceInVM
long unmodifiedExistenceInVM()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.