The Spring Framework

Uses of Package
org.springframework.jmx

Packages that use org.springframework.jmx
org.springframework.jmx This package contains Spring's JMX support, which includes registration of Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans. 
org.springframework.jmx.access Provides proxy support for accessing MBean resources through standard Java interfaces. 
org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans. 
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
org.springframework.jmx.export.notification Provides supporting infrastructure to allow Spring-created MBeans to send JMX notifications. 
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 used by org.springframework.jmx
JmxException
          General base exception to be thrown on JMX errors.
 

Classes in org.springframework.jmx used by org.springframework.jmx.access
JmxException
          General base exception to be thrown on JMX errors.
MBeanServerNotFoundException
          Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
 

Classes in org.springframework.jmx used by org.springframework.jmx.export
JmxException
          General base exception to be thrown on JMX errors.
 

Classes in org.springframework.jmx used by org.springframework.jmx.export.metadata
JmxException
          General base exception to be thrown on JMX errors.
 

Classes in org.springframework.jmx used by org.springframework.jmx.export.notification
JmxException
          General base exception to be thrown on JMX errors.
 

Classes in org.springframework.jmx used by org.springframework.jmx.support
MBeanServerNotFoundException
          Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.