|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static class |
SessionManager.SessionDescriptor
|
Field Summary | |
static java.lang.String |
SERVICE_NAME
|
Method Summary | |
SessionManager.SessionDescriptor |
currentSession()
Describe currentSession method here. |
void |
enterSession(SessionManager.SessionDescriptor s)
Describe enterSession method here. |
void |
leaveSession()
Describe leaveSession method here. |
SessionManager.SessionDescriptor[] |
listSessions()
Describe listSessions method here. |
void |
saveSession(SessionManager.SessionDescriptor s)
Describe saveSession method here. |
Field Detail |
public static final java.lang.String SERVICE_NAME
Method Detail |
public void saveSession(SessionManager.SessionDescriptor s)
saveSession
method here.
s
- a SessionDescriptor
valuepublic SessionManager.SessionDescriptor currentSession()
currentSession
method here.
SessionDescriptor
valuepublic SessionManager.SessionDescriptor[] listSessions()
listSessions
method here.
SessionDescriptor[]
valuepublic void enterSession(SessionManager.SessionDescriptor s)
enterSession
method here.
s
- a SessionDescriptor
valuepublic void leaveSession()
leaveSession
method here.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |