Uses of Class
lazyj.DBSession
-
Uses of DBSession in lazyj
Fields in lazyj declared as DBSession Modifier and Type Field Description DBSession
ExtendedServlet. dbs
Current sessionMethods in lazyj that return DBSession Modifier and Type Method Description 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 Modifier and Type Method Description 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.