public static class SessionManager.SessionManagerInfo extends Object implements SessionManager.SessionManagerMXBean
The session manager information.
Constructor and Description |
---|
SessionManagerInfo(SessionManager sessionManager)
Instantiates a new session manager info.
|
Modifier and Type | Method and Description |
---|---|
int |
getAbsoluteTimeout() |
String |
getComponentPath() |
int |
getIdleTimeout() |
int |
getMaxSessions() |
String |
getPath() |
int |
getSessionCount() |
Optional<SessionManager> |
manager()
Returns the session manager.
|
public SessionManagerInfo(SessionManager sessionManager)
Instantiates a new session manager info.
sessionManager
- the session managerpublic Optional<SessionManager> manager()
Returns the session manager.
public String getComponentPath()
getComponentPath
in interface SessionManager.SessionManagerMXBean
public String getPath()
getPath
in interface SessionManager.SessionManagerMXBean
public int getMaxSessions()
getMaxSessions
in interface SessionManager.SessionManagerMXBean
public int getAbsoluteTimeout()
getAbsoluteTimeout
in interface SessionManager.SessionManagerMXBean
public int getIdleTimeout()
getIdleTimeout
in interface SessionManager.SessionManagerMXBean
public int getSessionCount()
getSessionCount
in interface SessionManager.SessionManagerMXBean