Uses of Class
es.bsc.dataclay.util.management.sessionmgr.SessionDataContract
-
Packages that use SessionDataContract 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 SessionDataContract in es.bsc.dataclay.logic.sessionmgr
Methods in es.bsc.dataclay.logic.sessionmgr that return types with arguments of type SessionDataContract Modifier and Type Method Description Map<DataContractID,SessionDataContract>
Session. getSessionDataContracts()
Get the Session::sessionDataContractsMethod parameters in es.bsc.dataclay.logic.sessionmgr with type arguments of type SessionDataContract Modifier and Type Method Description void
Session. setSessionDataContracts(Map<DataContractID,SessionDataContract> newsessionDataContracts)
Set the Session::sessionDataContracts -
Uses of SessionDataContract in es.bsc.dataclay.util.management.sessionmgr
Methods in es.bsc.dataclay.util.management.sessionmgr that return types with arguments of type SessionDataContract Modifier and Type Method Description Map<DataContractID,SessionDataContract>
SessionInfo. getSessionDataContracts()
Get the SessionInfo::sessionDataContractsMethod parameters in es.bsc.dataclay.util.management.sessionmgr with type arguments of type SessionDataContract Modifier and Type Method Description void
SessionInfo. setSessionDataContracts(Map<DataContractID,SessionDataContract> newsessionDataContracts)
Set the SessionInfo::sessionDataContracts
-