Uses of Class
es.bsc.dataclay.logic.sessionmgr.Session
-
Packages that use Session Package Description es.bsc.dataclay.logic.sessionmgr Module intended to management of information of sessions -
-
Uses of Session in es.bsc.dataclay.logic.sessionmgr
Methods in es.bsc.dataclay.logic.sessionmgr that return Session Modifier and Type Method Description Session
SessionManagerDB. getExtSession(DataClayInstanceID extDataClayID)
Get info about an external sessionSession
SessionManagerDB. getSessionByID(SessionID sessionID)
Get session info by IDMethods in es.bsc.dataclay.logic.sessionmgr that return types with arguments of type Session Modifier and Type Method Description List<Session>
SessionManager. getAllActiveSessionsOfAccount(AccountID accountID)
Get all active sessions of the account providedList<Session>
SessionManagerDB. getSessionsOfAccount(AccountID accountID)
Get Sessions of accountMethods in es.bsc.dataclay.logic.sessionmgr with parameters of type Session Modifier and Type Method Description void
SessionManagerDB. store(Session infoSession)
Store into databasevoid
SessionManagerDB. storeExt(Session infoSession)
Store external session.
-