Uses of Class
es.bsc.dataclay.util.management.sessionmgr.SessionImplementation
-
Packages that use SessionImplementation Package Description es.bsc.dataclay.util.management.sessionmgr This package contains classes used in management of sessions. -
-
Uses of SessionImplementation in es.bsc.dataclay.util.management.sessionmgr
Methods in es.bsc.dataclay.util.management.sessionmgr that return SessionImplementation Modifier and Type Method Description SessionImplementation
SessionOperation. getSessionLocalImplementation()
Get the SessionOperation::sessionLocalImplementationSessionImplementation
SessionOperation. getSessionRemoteImplementation()
Get the SessionOperation::sessionRemoteImplementationMethods in es.bsc.dataclay.util.management.sessionmgr with parameters of type SessionImplementation Modifier and Type Method Description void
SessionOperation. setSessionLocalImplementation(SessionImplementation newsessionLocalImplementation)
Set the SessionOperation::sessionLocalImplementationvoid
SessionOperation. setSessionRemoteImplementation(SessionImplementation newsessionRemoteImplementation)
Set the SessionOperation::sessionRemoteImplementationConstructors in es.bsc.dataclay.util.management.sessionmgr with parameters of type SessionImplementation Constructor Description SessionOperation(OperationID newoperationID, SessionImplementation newsessionLocalImplementation, SessionImplementation newsessionRemoteImplementation)
SessionOperation constructor
-