Uses of Class
org.eclipse.jetty.server.session.JDBCSessionManager.SessionData

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(java.lang.String id, java.lang.String canonicalContextPath, java.lang.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(JDBCSessionManager.SessionData data)
          Session restored in database.
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.