Package wt.session
Interface SessionUsersStatsMBean
- All Superinterfaces:
SelfEmailingMBean
Provides basic information on currently active users.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionintCount of active users on this node
Supported API: trueString[]List of active users on this node
Supported API: trueintCount of total active users across all nodes
Supported API: trueString[]List of active users across all nodes
Supported API: trueintCount of non-disabled users accounts in the system
Supported API: trueMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getActiveUsers
List of active users on this node
Supported API: true- Throws:
Exception
-
getActiveUserCount
Count of active users on this node
Supported API: true- Throws:
Exception
-
getTotalActiveUserCount
Count of total active users across all nodes
Supported API: true- Throws:
Exception
-
getTotalActiveUsers
List of active users across all nodes
Supported API: true- Throws:
Exception
-
getUserAccountCount
Count of non-disabled users accounts in the system
Supported API: true- Throws:
Exception
-