|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SessionId in com.sdm.quasar.client.core.application |
| Fields in com.sdm.quasar.client.core.application declared as SessionId | |
protected static SessionId |
DefaultSessionManager.SESSION_ID
The session id used for the one existing session. |
| Methods in com.sdm.quasar.client.core.application that return SessionId | |
SessionId |
Session.getSessionId()
Returns the id of this session within a session management managed by a SessionManager |
| Methods in com.sdm.quasar.client.core.application with parameters of type SessionId | |
void |
SessionManager.disposeSession(SessionId sessionId)
Disposes a session. |
Session |
SessionCreator.createSession(SessionId sessionId,
Application application)
Creates a new session instance with the given session id. |
void |
DefaultSessionManager.disposeSession(SessionId sessionId)
|
protected boolean |
AbstractSessionManager.hasRegisteredSession(SessionId sessionId)
Tests if a session with a given id has been registered. |
protected void |
AbstractSessionManager.unregisterSession(SessionId sessionId)
Unregisteres a session. |
protected Session |
AbstractSessionManager.getRegisteredSession(SessionId sessionId)
Returns the session with the given id. |
protected Session |
AbstractSessionManager.createSessionInstance(SessionId sessionId)
Creates the session using a SessionCreator. |
abstract void |
AbstractSessionManager.disposeSession(SessionId sessionId)
|
| Uses of SessionId in com.sdm.quasar.client.core.application.dialog.impl |
| Methods in com.sdm.quasar.client.core.application.dialog.impl that return SessionId | |
SessionId |
DefaultSessionAdapter.getSessionId()
|
| Methods in com.sdm.quasar.client.core.application.dialog.impl with parameters of type SessionId | |
Session |
DefaultSessionCreator.createSession(SessionId sessionId,
Application application)
|
protected Session |
AbstractSessionCreator.createAndActivateSession(SessionId sessionId,
SessionManager sessionManager,
DialogInstanceId sessionDialogInstanceId,
DialogManager dialogManager,
DialogServiceManager dialogServiceManager,
DisposeCallback disposeCallback)
A Session is created. |
| Constructors in com.sdm.quasar.client.core.application.dialog.impl with parameters of type SessionId | |
DefaultSessionAdapter(SessionId sessionId,
DialogInstanceId dialogInstanceId,
DialogServiceManager dialogServiceManager,
DisposeCallback disposeCallback)
Creates a new DefaultSessionAdapter. |
|
| Uses of SessionId in com.sdm.quasar.client.jsf.application.dialog.impl |
| Methods in com.sdm.quasar.client.jsf.application.dialog.impl with parameters of type SessionId | |
void |
DefaultJSFSessionManager.disposeSession(SessionId sessionId)
This method disposes the quasar-client session and invalidates the equivalent http-session. |
| Uses of SessionId in com.sdm.quasar.client.spring.application.dialog.impl |
| Methods in com.sdm.quasar.client.spring.application.dialog.impl with parameters of type SessionId | |
Session |
SpringSessionCreator.createSession(SessionId sessionId,
Application application)
Creates the session using a spring bean factory. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||