| Package | Description |
|---|---|
| com.redhat.thermostat.agent | |
| com.redhat.thermostat.backend |
API for implementing a data-collection backend for the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VmStatusListenerRegistrar.register(VmStatusListener listener) |
void |
VmStatusListenerRegistrar.unregister(VmStatusListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
VmListenerBackend
This class is a convenient subclass of
Backend (via BaseBackend) for those
that need to attach VmUpdateListener in response to starting and stopping of JVMs on a
host. |
class |
VmPollingBackend
Convenience
Backend class for implementations that will take some
action for each monitored JVM process on a regular interval. |
Copyright © 2016. All rights reserved.