public class SessionId extends Object implements SmartExternalizable
Constructor and Description |
---|
SessionId()
Constructs an empty session Id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static SessionId |
generateIdentifier()
Generate a session Id to be used throughout the established session.
|
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public static SessionId generateIdentifier()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.