See: Description
| Interface | Description |
|---|---|
| IMeasurements |
Provides reading access to the internal average system measurements used
for deriving information relative to system information.
|
| IMonitoringGroup |
Provides a read-only interface to the data collected for a monitoring group
or a configuration (active set of monitoring groups).
|
| IPluginParameter |
Represents a set of plugin parameters (unrecognized parameter from the
command line).
|
| MonitoringGroupBurstChangeListener |
Defines a listener for burst notifications on monitoring group changes.
|
| MonitoringGroupChangeListener |
Defines a listener for notifications on monitoring group changes.
|
| MonitoringGroupCreationListener |
Defines a listener for creations of monitoring group changes.
|
| Plugin |
An interface for plugins to be initialized upon start of the monitoring
framework (either by referring to their class name or reading it from
the system property spassMeter.plugins, comma separated).
|
| TimerChangeListener |
Defines a listener for timer events, i.e. when a user defined timer ends
|
| ValueChangeListener |
Defines a listener for changing (attribute) values in a monitored
program.
|
| Class | Description |
|---|---|
| DefaultTimerChangeListener |
Implements a default listener for timer events which prints out that a
timer event happened.
|
| DefaultValueChangeListener |
Implements a basic listener for changing (attribute) values which always
emits that the value (event) was not handled.
|
| PluginRegistry |
Central access to all plugins.
|
| Enum | Description |
|---|---|
| ValueType |
Defines types of values for which changes may be notified.
|