Uses of Class
org.serviceconnector.service.AbstractSession
Packages that use AbstractSession
-
Uses of AbstractSession in org.serviceconnector.server
Methods in org.serviceconnector.server that return types with arguments of type AbstractSessionModifier and TypeMethodDescriptionCascadedSC.getSessions()Gets the sessions.IStatefulServer.getSessions()Gets the sessions.StatefulServer.getSessions()Gets the sessions.Methods in org.serviceconnector.server with parameters of type AbstractSessionModifier and TypeMethodDescriptionvoidCascadedSC.abortSession(AbstractSession session, String reason) Abort session.voidFileServer.abortSession(AbstractSession session, String reason) Abort session.voidIServer.abortSession(AbstractSession session, String reason) Abort session on server.voidIStatefulServer.abortSession(AbstractSession session, String string) Abort session on server.voidStatefulServer.abortSession(AbstractSession session, String reason) Abort session.voidCascadedSC.addSession(AbstractSession subscription) Adds the session.voidIStatefulServer.addSession(AbstractSession session) Adds an allocated session to the server.voidStatefulServer.addSession(AbstractSession session) Adds the session.voidCascadedSC.removeSession(AbstractSession subscription) Removes the session.voidIStatefulServer.removeSession(AbstractSession abstractSession) Removes an allocated session from the server.voidStatefulServer.removeSession(AbstractSession session) Removes the session. -
Uses of AbstractSession in org.serviceconnector.service
Subclasses of AbstractSession in org.serviceconnector.serviceModifier and TypeClassDescriptionclassThe Class FileSession.classThe Class Session.classThe Class Subscription.