Uses of Class
org.serviceconnector.service.Session
Packages that use Session
Package
Description
-
Uses of Session in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc that return SessionModifier and TypeMethodDescriptionprotected SessionCommandAdapter.getSessionById(String sessionId) Gets the session by id.Constructors in org.serviceconnector.cmd.sc with parameters of type SessionModifierConstructorDescriptionCreateSessionCommandCallback(IRequest request, IResponse response, IResponderCallback callback, Session session) Instantiates a new CreateSessionCommandCallback.DeleteSessionCommandCallback(IRequest request, IResponse response, IResponderCallback callback, Session session, StatefulServer server) Instantiates a new delete session command callback. -
Uses of Session in org.serviceconnector.log
Methods in org.serviceconnector.log with parameters of type SessionModifier and TypeMethodDescriptionstatic voidSessionLogger.logAbortSession(Session session, String reason) Log abort session.static voidSessionLogger.logTimeoutSession(Session session) Log timeout session. -
Uses of Session in org.serviceconnector.registry
Methods in org.serviceconnector.registry that return SessionModifier and TypeMethodDescriptionSessionRegistry.getSession(String key) Gets the session.Session[]SessionRegistry.getSessions()Gets all sessions.Methods in org.serviceconnector.registry with parameters of type SessionModifier and TypeMethodDescriptionvoidSessionRegistry.addSession(String key, Session session) Adds the session.voidSessionRegistry.removeSession(Session session) Removes the session.voidSessionRegistry.resetSessionTimeout(Session session, double newTimeoutMillis) Reset session timeout. -
Uses of Session in org.serviceconnector.server
Methods in org.serviceconnector.server with parameters of type SessionModifier and TypeMethodDescriptionvoidFileServer.removeSession(Session session) Removes the session. -
Uses of Session in org.serviceconnector.service
Subclasses of Session in org.serviceconnector.serviceMethods in org.serviceconnector.service with parameters of type SessionModifier and TypeMethodDescriptionvoidSessionService.allocateServerAndCreateSession(SCMPMessage msgToForward, CreateSessionCommandCallback callback, Session session, int timeoutMillis) Allocate server and create session.