Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.lutris.appserver.server.session.persistent

Class Summary
DBUtil Utilitity class for performint database operations.
KeyExistsQuery Performs a query to determine if a session key exists.
KeysQuery Returns an enumeration of all the session keys.
LoaderObjectInputStream  
PersistentSession A serializable version of BasicSession that can be written to persistent store.
PersistentSessionData Session data used to store dynamic application objects.
PersistentSessionDO Database interface for persistent session.
PersistentSessionHome PersistentSessionHome writes all passive sessions to a database.
PersistentSessionUserTable Table used by StandardSessionManager to cross reference User objects and sessions.
SessionDeleteDO Database interface that is used to delete a session from the database.
SessionQuery Queries a session from the database.
SizeQuery Queries the total number of sessions in the database.
UnusedQuery Returns an unused session.
UserNumSessionsQuery Queries the session associated with a user.
UserSessionsQuery Queries the sessions associated with a user.