Class WebSessionRegistry

java.lang.Object
org.serviceconnector.registry.Registry<String,WebSession>
org.serviceconnector.web.WebSessionRegistry
All Implemented Interfaces:
IRegistryMXBean

public final class WebSessionRegistry extends Registry<String,WebSession>
The Class WebSessionRegistry.
  • Constructor Details

    • WebSessionRegistry

      public WebSessionRegistry()
      Instantiates a new web session registry.
  • Method Details

    • createSession

      public WebSession createSession()
      Create new session.
      Returns:
      the i web session
    • getSession

      public WebSession getSession(String sessionId)
      Gets the session.
      Parameters:
      sessionId - the session id
      Returns:
      the session
    • removeSession

      public void removeSession(WebSession session)
      Removes the session.
      Parameters:
      session - the session