| Interface | Description |
|---|---|
| JmxLogControlMBean | |
| JmxNodeIdentifierMBean |
MBean that is used by JMX control facility to identify a JMX node.
|
| Class | Description |
|---|---|
| AnnotationMBeanExporter |
Autodetects Spring beans annotated with
JmxBean and registers them with a JMX server. |
| AnnotationMBeanInfoAssembler |
This assembler is a hybrid of
InterfaceBasedMBeanInfoAssembler
and MetadataMBeanInfoAssembler. |
| AnnotationMBeanNamingStrategy |
An implementation of the
ObjectNamingStrategy interface
that reads object name from JmxBean annotation. |
| JmxLogControl | |
| JmxNodeIdentifier | |
| MBeanExporter |
Tweaked MBean exporter.
|
| Annotation Type | Description |
|---|---|
| JmxBean |
Class-level annotation for automatic registration of the class instances
with a JMX server, according to the
JmxBean.module() and JmxBean.alias() attributes. |
| JmxRunAsync |
Long time JMX operations which should be executed in background can be marked with this annotation.
|