The Spring Framework

Package org.springframework.jmx.support

Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients.

See:
          Description

Class Summary
ConnectorServerFactoryBean FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
JmxUtils Collection of generic utility methods to support Spring JMX.
MBeanRegistrationSupport Provides supporting infrastructure for registering MBeans with an MBeanServer.
MBeanServerConnectionFactoryBean FactoryBean implementation that creates an MBeanServerConnection to a remote MBeanServer exposed via a JMXServerConnector.
MBeanServerFactoryBean FactoryBean that obtains an MBeanServer reference through the standard JMX 1.2 MBeanServerFactory API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).
ObjectNameManager Helper class for the creation of ObjectName instances.
WebLogicJndiMBeanServerFactoryBean FactoryBean that obtains a specified WebLogic MBeanServer reference through a WebLogic MBeanHome obtained via a JNDI lookup.
WebLogicMBeanServerFactoryBean FactoryBean that obtains a specified WebLogic MBeanServer reference through WebLogic's proprietary Helper / MBeanHome API, which is available on WebLogic 6.1 and higher.
WebSphereMBeanServerFactoryBean FactoryBean that obtains a WebSphere MBeanServer reference through WebSphere's proprietary AdminServiceFactory API, available on WebSphere 5.1 and higher.
 

Package org.springframework.jmx.support Description

Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.