|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackagedSession
Information about a session that is shared by nodes in the same subpartition
Revisions:
HASessionState
,
PackagedSessionImpl
Field Summary | |
---|---|
static long |
serialVersionUID
The serialVersionUID |
Method Summary | |
---|---|
Serializable |
getKey()
|
Lock |
getLock()
Returns the lock used to prevent concurrent calls on this session. |
String |
getOwner()
|
byte[] |
getState()
|
long |
getVersion()
|
boolean |
isStateIdentical(byte[] state)
|
void |
setOwner(String owner)
|
boolean |
setState(byte[] state)
|
long |
unmodifiedExistenceInVM()
|
void |
update(PackagedSession clone)
|
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
byte[] getState()
boolean setState(byte[] state)
boolean isStateIdentical(byte[] state)
void update(PackagedSession clone)
String getOwner()
void setOwner(String owner)
long getVersion()
Serializable getKey()
long unmodifiedExistenceInVM()
Lock getLock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |