Class LocalSessionTracker

    • Method Detail

      • isLocalSession

        public boolean isLocalSession​(long sessionId)
      • isGlobalSession

        public boolean isGlobalSession​(long sessionId)
      • addGlobalSession

        public boolean addGlobalSession​(long sessionId,
                                        int sessionTimeout)
        Description copied from interface: SessionTracker
        Add a global session to those being tracked.
        Specified by:
        addGlobalSession in interface SessionTracker
        Overrides:
        addGlobalSession in class SessionTrackerImpl
        Parameters:
        sessionId - sessionId
        sessionTimeout - sessionTimeout
        Returns:
        whether the session was newly added (if false, already existed)