Package org.jgrapes.http
Interface SessionManager.SessionManagerMXBean
- All Known Implementing Classes:
SessionManager.SessionManagerInfo
- Enclosing class:
SessionManager
public static interface SessionManager.SessionManagerMXBean
An MBean interface for getting information about the
established sessions.
-
Method Summary
-
Method Details
-
getComponentPath
-
getPath
-
getMaxSessions
int getMaxSessions() -
getAbsoluteTimeout
long getAbsoluteTimeout() -
getIdleTimeout
long getIdleTimeout() -
getSessionCount
int getSessionCount()
-