Class SessionManager

  • All Implemented Interfaces:
    SessionManagerInterface

    public class SessionManager
    extends java.lang.Object
    implements SessionManagerInterface
    The SessionManager is the central repository for access to all sessions. The SessionManager contains a list of all Session objects available.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SessionManager()
      The constructor is made protected to allow overriding.
    • Method Summary

      Modifier and Type Method Description
      void closeSession​(SessionPanel sesspanel)  
      Sessions getSessions()  
      static SessionManager instance()  
      Session5250 openSession​(java.util.Properties sesProps, java.lang.String configurationResource, java.lang.String sessionName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionManager

        protected SessionManager()
        The constructor is made protected to allow overriding.