|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is responsible for managing all aspects of a sessions lifecycle from creation, administering and destruction. A session is single-threaded entity and hence one session per thread.
Method Summary | |
void |
destroySession()
Destroy the session associated with thew current thread. |
SessionIfc |
getSession()
Return the session associated with the current thread. |
Method Detail |
public SessionIfc getSession() throws FailedToCreateSessionException
FailedToCreateSessionException
public void destroySession() throws FailedToDestroySessionException
FailedToDestroySessionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |