Uses of Class
org.springframework.jmx.support.NotificationListenerHolder

Packages that use NotificationListenerHolder
org.springframework.jmx.access Provides support for accessing remote MBean resources. 
org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans. 
 

Uses of NotificationListenerHolder in org.springframework.jmx.access
 

Subclasses of NotificationListenerHolder in org.springframework.jmx.access
 class NotificationListenerRegistrar
          Registrar object that associates a specific NotificationListener with one or more MBeans in an MBeanServer (typically via a MBeanServerConnection).
 

Uses of NotificationListenerHolder in org.springframework.jmx.export
 

Subclasses of NotificationListenerHolder in org.springframework.jmx.export
 class NotificationListenerBean
          Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object.
 



Copyright © 2002-2008 The Spring Framework.