Interface SessionDependable

    • Method Detail

      • setSession

        void setSession​(Session session)
        Sets the logical session for this object.
        Parameters:
        session - the session
      • setSessionImmutable

        void setSessionImmutable​(boolean sessionImmutable)
        Sets the session to immutable.
        Parameters:
        sessionImmutable - true if session cannot be changed anymore
      • isSessionImmutable

        boolean isSessionImmutable()
        Returns whether the session is immutable.
        Returns:
        true if immutable