|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDBCSessionManager.SessionData | |
|---|---|
| org.eclipse.jetty.server.session | |
| Uses of JDBCSessionManager.SessionData in org.eclipse.jetty.server.session |
|---|
| Methods in org.eclipse.jetty.server.session that return JDBCSessionManager.SessionData | |
|---|---|
protected JDBCSessionManager.SessionData |
JDBCSessionManager.loadSession(String id,
String canonicalContextPath,
String vhost)
Load a session from the database |
| Methods in org.eclipse.jetty.server.session with parameters of type JDBCSessionManager.SessionData | |
|---|---|
protected void |
JDBCSessionManager.deleteSession(JDBCSessionManager.SessionData data)
Delete a session from the database. |
protected void |
JDBCSessionManager.storeSession(JDBCSessionManager.SessionData data)
Insert a session into the database. |
protected void |
JDBCSessionManager.updateSession(JDBCSessionManager.SessionData data)
Update data on an existing persisted session. |
protected void |
JDBCSessionManager.updateSessionNode(JDBCSessionManager.SessionData data)
Update the node on which the session was last seen to be my node. |
| Constructors in org.eclipse.jetty.server.session with parameters of type JDBCSessionManager.SessionData | |
|---|---|
JDBCSessionManager.Session(long accessed,
JDBCSessionManager.SessionData data)
Session restored in database. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||