Uses of Class
es.bsc.dataclay.util.management.sessionmgr.SessionInfo
-
Packages that use SessionInfo Package Description es.bsc.dataclay.commonruntime Module responsible to interact with Useres.bsc.dataclay.communication.grpc.clients.logicmodule Contains Logic module client GRPC classes.es.bsc.dataclay.logic Module that represents the entry to the systemes.bsc.dataclay.logic.api Module intended to provide API of Logic Modulees.bsc.dataclay.logic.sessionmgr Module intended to management of information of sessions -
-
Uses of SessionInfo in es.bsc.dataclay.commonruntime
Methods in es.bsc.dataclay.commonruntime with parameters of type SessionInfo Modifier and Type Method Description void
ClientRuntime. setSessionInfo(SessionInfo newSessionfo)
Set sessionID for client -
Uses of SessionInfo in es.bsc.dataclay.communication.grpc.clients.logicmodule
Methods in es.bsc.dataclay.communication.grpc.clients.logicmodule that return SessionInfo Modifier and Type Method Description SessionInfo
LogicModuleGrpcClient. newSession(AccountID accountID, PasswordCredential credential, Set<ContractID> contracts, Set<DataSetID> dataSetIDs, DataSetID dataSetForStore, CommonMessages.Langs newsessionLang)
-
Uses of SessionInfo in es.bsc.dataclay.logic
Methods in es.bsc.dataclay.logic that return SessionInfo Modifier and Type Method Description SessionInfo
LogicModule. newSession(AccountID accountID, PasswordCredential credential, Set<ContractID> contracts, Set<DataSetID> dataSetIDs, DataSetID dataSetForStore, CommonMessages.Langs newsessionLang)
-
Uses of SessionInfo in es.bsc.dataclay.logic.api
Methods in es.bsc.dataclay.logic.api that return SessionInfo Modifier and Type Method Description SessionInfo
LogicModuleAPI. newSession(AccountID accountID, PasswordCredential credential, Set<ContractID> contracts, Set<DataSetID> dataSetIDs, DataSetID dataSetForStore, CommonMessages.Langs newsessionLang)
Method that registeres a new session for the given account considering the provided interfaces in contract -
Uses of SessionInfo in es.bsc.dataclay.logic.sessionmgr
Methods in es.bsc.dataclay.logic.sessionmgr that return SessionInfo Modifier and Type Method Description SessionInfo
SessionManager. getExtSessionInfo(DataClayInstanceID extDataClayID)
SessionInfo
SessionManager. getSessionInfo(SessionID sessionID)
Retrieves the info of a sessionSessionInfo
SessionManager. newExtSession(DataClayInstanceID extDataClayID, AccountID accountID, CommonMessages.Langs language, Calendar endDate)
Registers a new Session for the external dataClay instance only valid for shared objectsSessionInfo
SessionManager. 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.
-