Interface UserCountMXBean

All Known Implementing Classes:
UserBeanImpl

public interface UserCountMXBean
A JMX bean to track logged-in users.
Since:
12.4
Version:
12.4
Author:
Luke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the application code.
    Returns the maximum number of authenticated users.
    Returns the number of authenticated users.
  • Method Details

    • getCode

      String getCode()
      Returns the application code.
      Returns:
      the code
    • getUsers

      Integer getUsers()
      Returns the number of authenticated users.
      Returns:
      the number of users
    • getMaxUsers

      Integer getMaxUsers()
      Returns the maximum number of authenticated users.
      Returns:
      the maximum number of users