Class UserBeanImpl
java.lang.Object
org.deltava.util.jmx.UserBeanImpl
- All Implemented Interfaces:
UserCountMXBean
A JMX bean to store the number of authenticated users.
- Since:
- 12.4
- Version:
- 12.4
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserBeanImpl
-
-
Method Details
-
getCode
Description copied from interface:UserCountMXBeanReturns the application code.- Specified by:
getCodein interfaceUserCountMXBean- Returns:
- the code
-
getUsers
Description copied from interface:UserCountMXBeanReturns the number of authenticated users.- Specified by:
getUsersin interfaceUserCountMXBean- Returns:
- the number of users
-
getMaxUsers
Description copied from interface:UserCountMXBeanReturns the maximum number of authenticated users.- Specified by:
getMaxUsersin interfaceUserCountMXBean- Returns:
- the maximum number of users
-