| Package | Description |
|---|---|
| org.fujion.client | |
| org.fujion.component | |
| org.fujion.websocket |
| Modifier and Type | Method and Description |
|---|---|
static Session |
ExecutionContext.getSession()
Returns the active client session.
|
Session |
ClientRequest.getSession()
Return the session to which this request belongs.
|
| Constructor and Description |
|---|
ClientRequest(Session session,
Map<String,Object> map)
Creates a client request object from the request map.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Page.getSession() |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
Sessions.createSession(javax.servlet.ServletContext servletContext,
org.springframework.web.socket.WebSocketSession socket)
Creates and registers a new session.
|
Session |
Sessions.getSession(String id)
Looks up a session by its unique id.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Session> |
Sessions.getActiveSessions()
Returns a read-only list of all active sessions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Sessions.notifyLifecycleListeners(Session session,
boolean created)
Notify lifecycle listeners of a lifecycle event.
|
void |
ISessionLifecycle.onSessionCreate(Session session)
Invoked after a session is created and its page has been initialized but not yet
materialized.
|
void |
ISessionLifecycle.onSessionDestroy(Session session)
Invoked after a session is destroyed (e.g., after its associated web socket has been closed).
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.