|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationPublisherAware
Interface to be implemented by any Spring-managed resource that is to be
registered with an MBeanServer
and wishes to send
JMX javax.management.Notifications
.
Provides Spring-created managed resources with a NotificationPublisher
as soon as they are registered with the MBeanServer
.
NotificationPublisher
Method Summary | |
---|---|
void |
setNotificationPublisher(NotificationPublisher notificationPublisher)
Set the NotificationPublisher instance for the current managed resource instance. |
Method Detail |
---|
void setNotificationPublisher(NotificationPublisher notificationPublisher)
NotificationPublisher
instance for the current managed resource instance.
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |