Copyright @ 2001 SAP. All Rights Reserved.

Uses of Class
com.sap.util.monitor.jarm.UserOverview

Uses of UserOverview in com.sap.util.monitor.jarm
 

Methods in com.sap.util.monitor.jarm that return UserOverview
 UserOverview[] JarmJmxMonitorMBean.listTopUsers(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top users according to special criteria like gross time, number of calls, ...
static UserOverview[] OverviewMonitor.getTopUsers(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top users according to special criteria like gross time, number of calls, ... (including CPU specific data)
 UserOverview[] JarmJmxMonitor.listTopUsers(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top users according to special criteria like gross time, number of calls, ...
 UserOverview[] IRmiMonitor.getTopUsers(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top users according to special criteria like gross time, number of calls, ...
 


Copyright @ 2001 SAP. All Rights Reserved.