当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
PackagedSession (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
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 $
Revisions:
- Author:
- sacha.labourey@cogito-info.ch
- See Also:
HASessionState, PackagedSessionImpl
serialVersionUID
public static final long serialVersionUID
- The serialVersionUID
- Since:
- 1.2
- See Also:
- Constant Field Values
getState
public byte[] getState()
setState
public boolean setState(byte[] state)
isStateIdentical
public boolean isStateIdentical(byte[] state)
update
public void update(PackagedSession clone)
getOwner
public String getOwner()
setOwner
public void setOwner(String owner)
getVersion
public long getVersion()
getKey
public Serializable getKey()
setKey
public void setKey(Serializable key)
unmodifiedExistenceInVM
public long unmodifiedExistenceInVM()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.