Interface StoreManager

    • Method Detail

      • getStore

        Store getStore()
        Returns:
        the Store object which manages persistent Session storage for this Manager.
      • removeSuper

        void removeSuper​(Session session)
        Remove this Session from the active Sessions for this Manager, but not from the Store. (Used by the PersistentValve)
        Parameters:
        session - Session to be removed