|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SessionManagerInterface
Standard interface for managing session information that is accessed using Props.
| Method Summary | |
|---|---|
java.lang.String |
createSession()
Creates a new session and returns its unique sessionID. |
boolean |
destroySession(java.lang.String sessionID)
Destroys the specified session and returns true; false if the session did not exist or could not be destroyed. |
Props |
getSessionProps(java.lang.String sessionID)
Returns the Props for the specified session; null if the session does not exist. |
| Method Detail |
|---|
java.lang.String createSession()
Props getSessionProps(java.lang.String sessionID)
boolean destroySession(java.lang.String sessionID)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||