| Class | Description |
|---|---|
| AM_AnalyzeDefault |
This class is an example of a default autonomic manager analyzer, but does not
process anything as default.
|
| AM_ExecuteDefault |
This class is an example of a default autonomic manager executor, but does not
process anything as default.
|
| AM_Module |
Interface for implementing a basic autonomic manager module.
|
| AM_MonitorDefault |
This class is an example of a default autonomic manager monitor.
|
| AM_PlanDefault |
This class is an example of a default autonomic manager planner, but does not
process anything as default.
|
| AutonomicManager |
This is the abstract base class that should be extended to implement an autonomic manager.
|
| AutonomicManagerDefault |
This class is a default implementation of an autonomic manager.
|
| MessageQueue |
This class stores lists of messages for processing by the system.
|