LoadMeasureThreadSee: Description
| Class | Description |
|---|---|
| AbstractMonitoringTask |
The Class AbstractMonitoringTask can be used to extend specific tasks
that re used to control process within the JVM.
|
| SingleAgentMonitor |
The Class SingleAgentMonitor can be used to monitor any
Agent. |
| SingleThreadMonitor |
The Class SingleThreadMonitor can be used to monitor any type of Thread.
|
| Enum | Description |
|---|---|
| AbstractMonitoringTask.MonitoringMeasureType |
The enumeration MonitoringMeasureType describes different types of
measures for cases where processes run into malfunction.
|
| AbstractMonitoringTask.MonitoringState |
The Enumeration MonitoringState.
|
| AbstractMonitoringTask.MonitoringType |
The enumeration allows to differentiate monitoring tasks.
|
LoadMeasureThread