Interface SessionInterface

  • All Known Implementing Classes:
    Session5250

    public interface SessionInterface
    • Method Detail

      • getConfigurationResource

        java.lang.String getConfigurationResource()
      • isConnected

        boolean isConnected()
      • getSessionName

        java.lang.String getSessionName()
      • getSessionType

        int getSessionType()
      • connect

        void connect()
      • disconnect

        void disconnect()
      • addSessionListener

        void addSessionListener​(SessionListener listener)
      • removeSessionListener

        void removeSessionListener​(SessionListener listener)
      • showSystemRequest

        java.lang.String showSystemRequest()
        Popups a dialog to ask the user for entering a SysReq value.
        Returns:
        null if nothing to do, else a String containing the users input.
      • signalBell

        void signalBell()
        Signals the user a sound (or maybe a light flash).