|
Interface Summary |
| 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. |
| IRmiMonitor |
this interface provides all methods and attributes necessary to access
the monitored data via RMI |
| JarmJmxMonitorMBean |
JMX Interface for JARM |
|
Class Summary |
| 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.
|
| ConfMonitor |
Class contains constants and configuration parameters used for monitoring.
|
| JarmJmxMonitor |
Implementation of JMX Interface for JARM |
| JarmRegistration |
This class provides the methods to register and deregister implementations
of the communication partner interfaces. |
| OverviewMonitor |
This class provides an API to deliver all collected monitoring
information. |
| PartnerItem |
This class contains the structure of the
JARM communication partners. |
| 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.
|
| SerialValuesMonitor |
|
| TaskMonitor |
The class TaskMonitor provides all the methods you need to get your
JAVA code monitored.
|
| 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.
|