Uses of Class
es.bsc.dataclay.util.management.sessionmgr.SessionContract
-
Packages that use SessionContract Package Description es.bsc.dataclay.logic.sessionmgr Module intended to management of information of sessionses.bsc.dataclay.util.management.sessionmgr This package contains classes used in management of sessions. -
-
Uses of SessionContract in es.bsc.dataclay.logic.sessionmgr
Methods in es.bsc.dataclay.logic.sessionmgr that return types with arguments of type SessionContract Modifier and Type Method Description Map<ContractID,SessionContract>Session. getSessionContracts()Get the Session::sessionContractsMethod parameters in es.bsc.dataclay.logic.sessionmgr with type arguments of type SessionContract Modifier and Type Method Description SessionInfoSessionManager. newSession(AccountID newaccountID, Map<ContractID,SessionContract> newSessionContracts, Map<DataContractID,SessionDataContract> newSessionDataContracts, DataContractID dataContractIDofStore, Calendar endDate, CommonMessages.Langs languageForSession, Map<MetaClassID,byte[]> ifaceBitmaps)Registers a new Session for the Account with ID provided and the information about the contracts (and interfaces,...) in the session.voidSession. setSessionContracts(Map<ContractID,SessionContract> newsessionContracts)Set the Session::sessionContractsConstructor parameters in es.bsc.dataclay.logic.sessionmgr with type arguments of type SessionContract Constructor Description Session(AccountID newaccountID, Map<ContractID,SessionContract> newsessionContracts, Map<DataContractID,SessionDataContract> newsessionDataContracts, DataContractID newdataContractIDofStore, Calendar newEndDate, CommonMessages.Langs newlanguage, Map<MetaClassID,byte[]> newifaceBitmaps)Session constructor -
Uses of SessionContract in es.bsc.dataclay.util.management.sessionmgr
Methods in es.bsc.dataclay.util.management.sessionmgr that return types with arguments of type SessionContract Modifier and Type Method Description Map<ContractID,SessionContract>SessionInfo. getSessionContracts()Get the SessionInfo::sessionContractsMethod parameters in es.bsc.dataclay.util.management.sessionmgr with type arguments of type SessionContract Modifier and Type Method Description voidSessionInfo. setSessionContracts(Map<ContractID,SessionContract> newsessionContracts)Set the SessionInfo::sessionContracts
-