Package wt.session

Interface SessionUsersStatsMBean

All Superinterfaces:
SelfEmailingMBean

public interface SessionUsersStatsMBean extends SelfEmailingMBean
Provides basic information on currently active users.

Supported API: true

Extendable: true
  • Method Details

    • getActiveUsers

      String[] getActiveUsers() throws Exception
      List of active users on this node

      Supported API: true
      Throws:
      Exception
    • getActiveUserCount

      int getActiveUserCount() throws Exception
      Count of active users on this node

      Supported API: true
      Throws:
      Exception
    • getTotalActiveUserCount

      int getTotalActiveUserCount() throws Exception
      Count of total active users across all nodes

      Supported API: true
      Throws:
      Exception
    • getTotalActiveUsers

      String[] getTotalActiveUsers() throws Exception
      List of active users across all nodes

      Supported API: true
      Throws:
      Exception
    • getUserAccountCount

      int getUserAccountCount() throws Exception
      Count of non-disabled users accounts in the system

      Supported API: true
      Throws:
      Exception