|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
public class ModelMBeanNotificationPublisher
NotificationPublisher implementation that uses the infrastructure
provided by the ModelMBean interface to track
javax.management.NotificationListeners
and send Notifications to those listeners.
ModelMBeanNotificationBroadcaster,
NotificationPublisherAware| Constructor Summary | |
|---|---|
ModelMBeanNotificationPublisher(javax.management.modelmbean.ModelMBeanNotificationBroadcaster modelMBean,
javax.management.ObjectName objectName,
java.lang.Object managedResource)
Create a new instance of the ModelMBeanNotificationPublisher class
that will publish all Notifications
to the supplied ModelMBean. |
|
| Method Summary | |
|---|---|
void |
sendNotification(javax.management.Notification notification)
Send the supplied Notification using the wrapped
ModelMBean instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelMBeanNotificationPublisher(javax.management.modelmbean.ModelMBeanNotificationBroadcaster modelMBean,
javax.management.ObjectName objectName,
java.lang.Object managedResource)
ModelMBeanNotificationPublisher class
that will publish all Notifications
to the supplied ModelMBean.
modelMBean - the target ModelMBean; must not be nullobjectName - the ObjectName of the source ModelMBeanmanagedResource - the managed resource exposed by the supplied ModelMBean
java.lang.IllegalArgumentException - if any of the parameters is null| Method Detail |
|---|
public void sendNotification(javax.management.Notification notification)
Notification using the wrapped
ModelMBean instance.
sendNotification in interface NotificationPublishernotification - the Notification to be sent
java.lang.IllegalArgumentException - if the supplied notification is null
UnableToSendNotificationException - if the supplied notification could not be sent
|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||