Package org.jgrapes.http
Class SessionManager.SessionManagerInfo
java.lang.Object
org.jgrapes.http.SessionManager.SessionManagerInfo
- All Implemented Interfaces:
SessionManager.SessionManagerMXBean
- Enclosing class:
SessionManager
public static class SessionManager.SessionManagerInfo
extends Object
implements SessionManager.SessionManagerMXBean
The session manager information.
-
Constructor Summary
ConstructorDescriptionSessionManagerInfo
(SessionManager sessionManager) Instantiates a new session manager info. -
Method Summary
-
Constructor Details
-
SessionManagerInfo
Instantiates a new session manager info.- Parameters:
sessionManager
- the session manager
-
-
Method Details
-
manager
Returns the session manager.- Returns:
- the optional session manager
-
getComponentPath
- Specified by:
getComponentPath
in interfaceSessionManager.SessionManagerMXBean
-
getPath
- Specified by:
getPath
in interfaceSessionManager.SessionManagerMXBean
-
getMaxSessions
- Specified by:
getMaxSessions
in interfaceSessionManager.SessionManagerMXBean
-
getAbsoluteTimeout
- Specified by:
getAbsoluteTimeout
in interfaceSessionManager.SessionManagerMXBean
-
getIdleTimeout
- Specified by:
getIdleTimeout
in interfaceSessionManager.SessionManagerMXBean
-
getSessionCount
- Specified by:
getSessionCount
in interfaceSessionManager.SessionManagerMXBean
-