Package org.jgrapes.http
Interface SessionManager.SessionManagerSummaryMXBean
- Enclosing class:
SessionManager
public static interface SessionManager.SessionManagerSummaryMXBean
An MBean interface for getting information about all session
managers.
There is currently no summary information. However, the (periodic)
invocation of getManagers()
ensures
that entries for removed SessionManager
s are unregistered.
-
Method Summary
Modifier and TypeMethodDescriptionGets the managers.
-
Method Details
-
getManagers
Gets the managers.- Returns:
- the managers
-