|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.core.application.SessionId
Identifies a session within the application.
If the client environment supplies a unique session id, that session id
is used to identify the session. The SessionManager uses these
external IDs wrapped within this object.
Otherwise the SessionManager is responsible for creating unique ids.
| Constructor Summary | |
SessionId(java.lang.String sessionId)
Creates a session id. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getSessionId()
Return the unique id of the session. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string containing the external id. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SessionId(java.lang.String sessionId)
sessionId - the unique id of the session. In case of a client
environment that manages session ids (e.g. a web container), this parameter
should be identical to the external id.| Method Detail |
public java.lang.String getSessionId()
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||