Uses of Class
lazyj.DBSession

Packages that use DBSession
lazyj Here you find the database wrapper, servlet wrapper, logger, formatting utilities and other utility classes. 
 

Uses of DBSession in lazyj
 

Fields in lazyj declared as DBSession
 DBSession ExtendedServlet.dbs
          Current session
 

Methods in lazyj that return DBSession
static DBSession DBSession.getSession(ExtendedServlet tp)
          This is the entry point for the session engine.
 

Methods in lazyj that return types with arguments of type DBSession
static java.util.List<DBSession> DBSession.getSessionsList(int iAppId, boolean bOnlyLogged)
          For internal statistics, get the list of all active sessions for a given application.