Package | Description |
---|---|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
Modifier and Type | Method and Description |
---|---|
JDBCSessionManager.Session |
JDBCSessionManager.getSession(String idInCluster)
A session has been requested by its id on this node.
|
protected JDBCSessionManager.Session |
JDBCSessionManager.loadSession(String id,
String canonicalContextPath,
String vhost)
Load a session from the database
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCSessionManager.cacheInvalidate(JDBCSessionManager.Session session)
A method that can be implemented in subclasses to support
distributed caching of sessions.
|
protected void |
JDBCSessionManager.deleteSession(JDBCSessionManager.Session data)
Delete a session from the database.
|
protected void |
JDBCSessionManager.storeSession(JDBCSessionManager.Session session)
Insert a session into the database.
|
protected void |
JDBCSessionManager.updateSession(JDBCSessionManager.Session data)
Update data on an existing persisted session.
|
protected void |
JDBCSessionManager.updateSessionNode(JDBCSessionManager.Session data)
Update the node on which the session was last seen to be my node.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.