Copyright @ 2001 SAP. All Rights Reserved.

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

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

Methods in com.sap.util.monitor.jarm that return ComponentOverviewExt
 ComponentOverviewExt[] JarmJmxMonitorMBean.listTopComponentsExt(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top components according to special criteria like gross time, amount of outbound data (including CPU specific data).
 ComponentOverviewExt[] JarmJmxMonitorMBean.listComponentsExt(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests (including CPU specific data).
static ComponentOverviewExt[] OverviewMonitor.getTopComponentsExt(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top components according to special criteria like gross time, number of calls (including CPU specific data).
static ComponentOverviewExt[] OverviewMonitor.getComponentsExt(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests (including CPU specific data).
 ComponentOverviewExt[] JarmJmxMonitor.listTopComponentsExt(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top components according to special criteria like gross time, amount of outbound data (including CPU specific data).
 ComponentOverviewExt[] JarmJmxMonitor.listComponentsExt(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests (including CPU specific data).
 ComponentOverviewExt[] IRmiMonitor.getTopComponentsExt(int criterion, java.lang.String namePattern, int maxResults)
          Gives an overview about the top components according to special criteria like gross time, amount of outbound data (including CPU specific data).
 ComponentOverviewExt[] IRmiMonitor.getComponentsExt(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests (including CPU specific data).
 


Copyright @ 2001 SAP. All Rights Reserved.