See: Description
Interface | Description |
---|---|
NotificationPublisher |
Simple interface allowing Spring-managed MBeans to publish JMX notifications
without being aware of how those notifications are being transmitted to the
<code>MBeanServer</code>.
|
NotificationPublisherAware |
Interface to be implemented by any Spring-managed resource that is to be
registered with an <code>MBeanServer</code> and wishes to send
JMX <code>javax.management.Notifications</code>.
|
Class | Description |
---|---|
ModelMBeanNotificationPublisher |
NotificationPublisher implementation that uses the infrastructure
provided by the <code>ModelMBean</code> interface to track
<code>javax.management.NotificationListeners</code>
and send <code>Notifications</code> to those listeners. |
Exception | Description |
---|---|
UnableToSendNotificationException |
Thrown when a JMX <code>Notification</code> is unable to be sent.
|