|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionManagerIfc
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 |
---|
SessionIfc getSession() throws FailedToCreateSessionException
FailedToCreateSessionException
void destroySession() throws FailedToDestroySessionException
FailedToDestroySessionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |