Getting Started with the System Manager Listener Java API
Before starting to work with the System Manager Listener Java™ API, developers
are recommended to review the information in the following sections:
To begin using the API, follow these steps:
- Create the Listener.
- Configure
the Aggregation Interval.
- Add support for communication
received from Managers.
- Create objects to gather performance
data.
- Record Events.
- Record various attributes
of an Event using Accumulators.
- Measure the elapsed time of
accumulations for an Event using Durations.
- Report the gathered performance
data using Meters.
- Record and send Custom
Messages to connected Managers.
- Add a new counter to the
set being monitored.
- Monitor background threads.
- Shutdown
the application.