public class SessionID
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Compares two SessionIDs.
|
byte[] |
getID()
Returns the session id as byte array.
|
int |
hashCode()
Creates an integer suitable for hash table indexing.
|
java.lang.String |
toString()
Returns a string representation of this SessionID.
|
public byte[] getID()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- the SessionID to compare againstpublic java.lang.String toString()
toString
in class java.lang.Object