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 SessionSessionManagerDB. getExtSession(DataClayInstanceID extDataClayID)Get info about an external sessionSessionSessionManagerDB. 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 voidSessionManagerDB. store(Session infoSession)Store into databasevoidSessionManagerDB. storeExt(Session infoSession)Store external session.
-