Package | Description |
---|---|
org.springframework.jmx.export |
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
|
org.springframework.jmx.export.annotation |
Annotations for MBean exposure.
|
Class and Description |
---|
MBeanExporterListener
A listener that allows application code to be notified when an MBean is
registered and unregistered via an
MBeanExporter . |
MBeanExportException
Exception thrown in case of failure when exporting an MBean.
|
MBeanExportOperations
Interface that defines the set of MBean export operations that are intended to be
accessed by application developers during application runtime.
|
NotificationListenerBean
Helper class that aggregates a
NotificationListener ,
a NotificationFilter , and an arbitrary handback object. |
Class and Description |
---|
MBeanExporter
JMX exporter that allows for exposing any Spring-managed bean to a
JMX
MBeanServer , without the need to define any
JMX-specific information in the bean classes. |
MBeanExportOperations
Interface that defines the set of MBean export operations that are intended to be
accessed by application developers during application runtime.
|