Class UserBeanImpl

java.lang.Object
org.deltava.util.jmx.UserBeanImpl
All Implemented Interfaces:
UserCountMXBean

public class UserBeanImpl extends Object implements UserCountMXBean
A JMX bean to store the number of authenticated users.
Since:
12.4
Version:
12.4
Author:
Luke
  • Constructor Details

    • UserBeanImpl

      public UserBeanImpl(String code)
      Initializes the bean.
      Parameters:
      code - the application code
  • Method Details