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 ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © GigaSpaces.