See: Description
| Interface | Description |
|---|---|
| LongAttributeListener |
This interface is for registering with
MBeanServerManagerImpl.registerLongAttributeChangedListener(String, LongAttributeListener) and will receive callbacks to LongAttributeListener.onChanged(Long) when MBeanServerManagerImpl.notifyLongAttributeChanged(String, Long) is invoked with a matching attributeName. |
| MBeanServerManager |
This is an interface for a wrapper class,
MBeanServerManagerImpl that wraps an Java MBeanServer and provides several useful abstractions. |
| Class | Description |
|---|---|
| JMXBeanWrapper |
This is a wrapper class that wraps a normal Java object into a JMX dynamic bean by using Java annotations.
|
| MBeanServerManagerFactory | |
| MBeanServerManagerImpl | |
| MBeanServerManagerNullImpl |
| Enum | Description |
|---|---|
| JMXBeanOperation.IMPACT_TYPES |
An enumeration of possible JMX impact types, used in
JMXBeanOperation.impactType(). |
| Annotation Type | Description |
|---|---|
| JMXBean |
Annotation type used to mark and describe a class as a JMX bean.
|
| JMXBeanAttribute |
Annotation used to mark and describe JMX bean attributes, by marking methods
in a class.
|
| JMXBeanKey |
Annotation applied to a getter method inside an annotated
JMXBean class. |
| JMXBeanOperation |
Annotation used to mark and describe a JMX bean operation.
|
| JMXBeanParameter |
Annotation used to describe a JMX bean operation parameter.
|
Provides classes that help manage the Caplin JMX implementation of adding MBeans, MBean relationships and MBeanServer.
Please send bug reports and comments to Caplin support