Package org.springframework.jmx.support
@NonNullApi
@NonNullFields
package org.springframework.jmx.support
Contains support classes for connecting to local and remote
MBeanServer
s
and for exposing an MBeanServer
to remote clients.-
ClassDescription
FactoryBean
that creates a JSR-160JMXConnectorServer
, optionally registers it with theMBeanServer
, and then starts it.Collection of generic utility methods to support Spring JMX.Provides supporting infrastructure for registering MBeans with anMBeanServer
.FactoryBean
that creates a JMX 1.2MBeanServerConnection
to a remoteMBeanServer
exposed via aJMXServerConnector
.FactoryBean
that obtains aMBeanServer
reference through the standard JMX 1.2MBeanServerFactory
API.Represents how the measurement values of aManagedMetric
will change over time.Helper class that aggregates aNotificationListener
, aNotificationFilter
, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receiveNotifications
.Helper class for the creation ofObjectName
instances.Indicates registration behavior when attempting to register an MBean that already exists.