Copyright @ 2001 SAP. All Rights Reserved.

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

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

Methods in com.sap.util.monitor.jarm that return RequestOverviewExt
 RequestOverviewExt[] JarmJmxMonitorMBean.listTopRequestsExt(int retOverview, int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
static RequestOverviewExt[] OverviewMonitor.getTopRequestsExt(int retOverview, int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
 RequestOverviewExt[] JarmJmxMonitor.listTopRequestsExt(int retOverview, int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
 RequestOverviewExt[] IRmiMonitor.getTopRequestsExt(int retOverview, int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top requests according to special criteria like gross time, amount of outbound data (including CPU specific data).
 

Methods in com.sap.util.monitor.jarm with parameters of type RequestOverviewExt
 void IJarmDataRecipient.notifyAtRequestEnd(RequestOverviewExt reqOverview)
          method called during endRequest() to get the collected request data; is only called if trace is on
 


Copyright @ 2001 SAP. All Rights Reserved.