@NonNullApi @NonNullFields
MBeanServers
 and for exposing an MBeanServer to remote clients.See: Description
| Class | Description | 
|---|---|
| ConnectorServerFactoryBean | FactoryBeanthat creates a JSR-160JMXConnectorServer,
 optionally registers it with theMBeanServer, 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 | FactoryBeanthat creates a JMX 1.2MBeanServerConnectionto a remoteMBeanServerexposed via aJMXServerConnector. | 
| MBeanServerFactoryBean | FactoryBeanthat obtains aMBeanServerreference
 through the standard JMX 1.2MBeanServerFactoryAPI. | 
| NotificationListenerHolder | Helper class that aggregates a  NotificationListener,
 aNotificationFilter, and an arbitrary handback
 object, as well as the names of MBeans from which the listener wishes
 to receiveNotifications. | 
| ObjectNameManager | Helper class for the creation of  ObjectNameinstances. | 
| WebSphereMBeanServerFactoryBean | FactoryBeanthat obtains a WebSphereMBeanServerreference through WebSphere's proprietaryAdminServiceFactoryAPI,
 available on WebSphere 5.1 and higher. | 
| Enum | Description | 
|---|---|
| MetricType | Represents how the measurement values of a  ManagedMetricwill change over time. | 
| RegistrationPolicy | Indicates registration behavior when attempting to register an MBean that already
 exists. | 
MBeanServers
 and for exposing an MBeanServer to remote clients.