public class SessionId extends Object implements Externalizable
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) |
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.