Uses of Package
org.springframework.jmx.support

Packages that use org.springframework.jmx.support
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. 
org.springframework.jmx.export.annotation JDK 1.5+ annotations for MBean exposure. 
org.springframework.jmx.support Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients. 
 

Classes in org.springframework.jmx.support used by org.springframework.jmx.access
NotificationListenerHolder
          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.
 

Classes in org.springframework.jmx.support used by org.springframework.jmx.export
MBeanRegistrationSupport
          Provides supporting infrastructure for registering MBeans with an MBeanServer.
NotificationListenerHolder
          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.
 

Classes in org.springframework.jmx.support used by org.springframework.jmx.export.annotation
MBeanRegistrationSupport
          Provides supporting infrastructure for registering MBeans with an MBeanServer.
 

Classes in org.springframework.jmx.support used by org.springframework.jmx.support
MBeanRegistrationSupport
          Provides supporting infrastructure for registering MBeans with an MBeanServer.
 



Copyright © 2002-2008 The Spring Framework.