Interface SessionDependable

All Superinterfaces:
SessionProvider
All Known Implementing Classes:
AbstractSessionTask

public interface SessionDependable extends SessionProvider
Interface for objects depending on sessions.
Author:
harald
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the session is immutable.
    void
    Sets the logical session for this object.
    void
    setSessionImmutable(boolean sessionImmutable)
    Sets the session to immutable.

    Methods inherited from interface org.tentackle.session.SessionProvider

    getSession
  • Method Details

    • 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