|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionCreationException | |
uk.org.ogsadai.sessions | Contains the core classes and interfaces used to support sessions. |
uk.org.ogsadai.sessions.impl | Contains implementations of the sessions interfaces to provide support for transient sessions. |
Uses of SessionCreationException in uk.org.ogsadai.sessions |
Methods in uk.org.ogsadai.sessions that throw SessionCreationException | |
InternalSession |
SessionStrategy.obtainSession(SessionManager manager) Uses the session manager to create a new session or access an existing session, depending on the session requirements built into the strategy. |
InternalSession |
SessionManager.newSession() Creates a new session with default settings. |
InternalSession |
SessionManager.newSession(SessionSettings settings) Creates a new session with the specified settings. |
Uses of SessionCreationException in uk.org.ogsadai.sessions.impl |
Methods in uk.org.ogsadai.sessions.impl that throw SessionCreationException | |
InternalSession |
ImplicitSessionStrategy.obtainSession(SessionManager manager) |
InternalSession |
TerminateSessionStrategy.obtainSession(SessionManager manager) |
InternalSession |
TransientSessionManager.newSession() |
InternalSession |
TransientSessionManager.newSession(SessionSettings settings) |
InternalSession |
ExplicitSessionStrategy.obtainSession(SessionManager manager) |
InternalSession |
ReferenceSessionStrategy.obtainSession(SessionManager manager) |
Constructors in uk.org.ogsadai.sessions.impl that throw SessionCreationException | |
TransientInternalSession(SessionSettings settings, java.util.Set attributes, Properties properties) Creates a new TransientInternalSession . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |