Copyright @ 2001 SAP. All Rights Reserved.

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

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

Subclasses of ComponentOverview in com.sap.util.monitor.jarm
 class ComponentOverviewExt
          Structure contains the condensed data to be shown for one component.
 

Methods in com.sap.util.monitor.jarm that return ComponentOverview
 ComponentOverview[] JarmJmxMonitorMBean.listTopComponents(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.
 ComponentOverview[] JarmJmxMonitorMBean.listComponents(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests.
static ComponentOverview[] OverviewMonitor.getTopComponents(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.
static ComponentOverview[] OverviewMonitor.getComponents(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests.
 ComponentOverview[] JarmJmxMonitor.listTopComponents(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.
 ComponentOverview[] JarmJmxMonitor.listComponents(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests.
 ComponentOverview[] IRmiMonitor.getTopComponents(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.
 ComponentOverview[] IRmiMonitor.getComponents(java.lang.String namePattern, int maxResults)
          Gives an overview about the components used by the requests.
 


Copyright @ 2001 SAP. All Rights Reserved.