Class NotificationListenerHolder

java.lang.Object
org.springframework.jmx.support.NotificationListenerHolder
Direct Known Subclasses:
NotificationListenerBean, NotificationListenerRegistrar

public class NotificationListenerHolder extends Object
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receive Notifications.
Since:
2.5.2
Author:
Juergen Hoeller
See Also: