Interface | Description |
---|---|
Backend |
Represents a plugin that runs on the agent and performs monitoring of host
and applications.
|
VmUpdate |
This interface can be used to query the performance counters
of a monitored JVM when they are updated.
|
VmUpdateListener |
A listener that can be registered to receive updates for a
JVM's performance counters.
|
Class | Description |
---|---|
BackendRegistry |
A registry for
Backend s. |
BackendService |
Class used to signal that
Backend s can start registering themselves
into the Framework. |
BaseBackend | |
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. |
Exception | Description |
---|---|
VmUpdateException |
Exception class indicating that a problem occurred accessing
a monitored JVM's performance counters.
|
Copyright © 2014. All rights reserved.