| Package | Description |
|---|---|
| org.springframework.jmx.access |
Provides support for accessing remote MBean resources.
|
| org.springframework.jmx.export |
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationListenerRegistrar
Registrar object that associates a specific
NotificationListener
with one or more MBeans in an MBeanServer
(typically via a MBeanServerConnection). |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationListenerBean
Helper class that aggregates a
NotificationListener,
a NotificationFilter, and an arbitrary handback object. |