Copyright @ 2001 SAP. All Rights Reserved.

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

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

Subclasses of RequestOverview in com.sap.util.monitor.jarm
 class RequestOverviewExt
          Structure contains the data to be shown for one request.
 

Methods in com.sap.util.monitor.jarm that return RequestOverview
 RequestOverview[] JarmJmxMonitorMBean.listTopRequests(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.
 RequestOverview IMonitor.endRequest(int retOverview, java.lang.String reqName)
          same functionality than endRequest(reqName); additionally the collected data for the request is returned if retOverview = true
 RequestOverview IMonitor.endRequest(int retOverview, java.lang.String reqName, int dataLength)
          same functionality than endRequest(String reqName, int dataLength); additionally the collected data for the request is returned
static RequestOverview[] OverviewMonitor.getTopRequests(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.
 RequestOverview TaskMonitor.endRequest(int retOverview, java.lang.String reqName)
          same functionality than endRequest(reqName); additionally the collected data for the request is returned if retOverview not equal ConfMonitor.REQOVERVIEWNONE
 RequestOverview TaskMonitor.endRequest(int retOverview, java.lang.String reqName, int dataLength)
          same functionality than endRequest(String reqName, int dataLength); additionally the collected data for the request is returned
 RequestOverview[] JarmJmxMonitor.listTopRequests(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.
 RequestOverview[] IRmiMonitor.getTopRequests(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.
 


Copyright @ 2001 SAP. All Rights Reserved.