类 NotificationListenerBean

java.lang.Object
cn.taketoday.jmx.support.NotificationListenerHolder
cn.taketoday.jmx.export.NotificationListenerBean
所有已实现的接口:
InitializingBean

public class NotificationListenerBean extends NotificationListenerHolder implements InitializingBean
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object.

Also provides support for associating the encapsulated NotificationListener with any number of MBeans from which it wishes to receive Notifications via the mappedObjectNames property.

Note: This class supports Framework bean names as "mappedObjectNames" as well, as alternative to specifying JMX object names. Note that only beans exported by the same MBeanExporter are supported for such bean names.

从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller
另请参阅: