All Classes and Interfaces
Class
Description
The implementations of this interface will provide a dynamic
MBean for the instrumentation of object annotated with
ManagedObject
.This class implements the interface
JMXSupport
that in turn extends the definition for a dynamic MBean
(DynamicMBean
)
and can instrument any object whose class is annotated properly.This class provides some utilities that are useful in the context of JMX.
This annotation will be used to mark a class and all of its subclasses as
manageable by an assigned instance of
JMXSupport
.This annotation will be used to mark a method as an action (operation) for
an MBean implementation.
This annotation will be used to mark a method as a getter method for an
MBean implementation.
This annotation will be used to declare a MBean notification.
This annotation will be used to declare more than one MBean notification
for a class or a method.
This annotation will be used to provide information about the parameters
of an action or constructor for an MBean implementation.
This annotation will be used to mark a method as a setter method for an
MBean implementation.