Interface SessionState


  • public interface SessionState
    Holds information about the current state of a session
    • Method Detail

      • isConfigured

        boolean isConfigured()
        Indicates whether the Session is configured or not.

        A Session is considered as configured if it received configuration updates from the server.

      • isConfiguredAndFinished

        boolean isConfiguredAndFinished()
        Indicates if the Session is finished and was configured.
      • isConfiguredAndOpen

        boolean isConfiguredAndOpen()
        Indicates if the Session is configured and not yet finished.
      • isFinished

        boolean isFinished()
        Indicates if the Session is finished.

        A session is considered as finished, after the Session.end() method was called.

      • wasTriedForEnding

        boolean wasTriedForEnding()
        Indicates that the session was tried for ending/closing but could not be closed due to still open Actions, Web Requests.