Copyright @ 2001 SAP. All Rights Reserved.

Uses of Package
com.sap.util.monitor.jarm

Classes in com.sap.util.monitor.jarm used by com.sap.util.monitor.jarm
ActionOverview
          Structure contains the data to be shown for an action call.
ApplThreadOverview
          Structure contains the data to be shown for the application thread snapshot.
ComponentOverview
          Structure contains the condensed data to be shown for one component.
ComponentOverviewExt
          Structure contains the condensed data to be shown for one component.
CompSingleOverview
          Structure contains the collected data to be shown for one component.
CompSingleOverviewExt
          Structure contains the collected data to be shown for one component.
ICompProperties
          Interface which has to be implemented by the component owner if component specific monitor properties should be handled via JARM.
IConfMonitor
          Interface contains constants and configuration parameters used for monitoring.
IJarmDataRecipient
          An implementation of this interface has to be provided to JARM via ConfMonitor.registerDataRecipient to allow JARM to check whether trace data has to be collected (isTraceOn()) and to deliver this data via notifyAtRequestEnd().
trace data is delivered only if following conditions are true: - trace data is collected right from the beginning of the request; this is done if there is at least one data recipient whose check function isTraceOn(user, request) delivers true at request start - if the condition above is true every data recipient whose check function isTraceOn(user, request, duration, outData) delivers true at request end is provided with trace data
IJarmListener
          An implementation of this interface has to be provided to JARM via JarmRegistration.registerPartner.
IMonitor
          Interface for all monitoring objects.
JarmJmxMonitorMBean
          JMX Interface for JARM
MonitorException
          Class defines MonitorException; is an extension of class Exception
RequestOverview
          Structure contains the data to be shown for one request.
RequestOverviewExt
          Structure contains the data to be shown for one request.
RequestSummary
          Structure contains the data to be shown for the request summary.
RequestSummaryExt
          Structure contains the data to be shown for the extended request summary with additional attributes introduced for CPU time measurement.
TaskOverview
          Structure contains the data to be shown for one task.
TaskOverviewExt
          Structure contains the data to be shown for one task.
UserOverview
          Structure contains the data to be shown for one user.
 


Copyright @ 2001 SAP. All Rights Reserved.