wt.session
Interface SessionUsersStatsMBean


public interface SessionUsersStatsMBean

Provides basic information on currently active users.

Supported API: true

Extendable: true


Method Summary
 int getActiveUserCount()
          Count of active users on this node

Supported API: true
 String[] getActiveUsers()
          List of active users on this node (may include informative text as well if not on master node)

Supported API: true
 

Method Detail

getActiveUsers

String[] getActiveUsers()
                        throws Exception
List of active users on this node (may include informative text as well if not on master node)

Supported API: true

Throws:
Exception

getActiveUserCount

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

Supported API: true

Throws:
Exception