Uses of Class
org.springframework.jmx.support.MBeanRegistrationSupport
Packages that use MBeanRegistrationSupport
Package
Description
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
Annotations for MBean exposure.
Contains support classes for connecting to local and remote
MBeanServer
s
and for exposing an MBeanServer
to remote clients.-
Uses of MBeanRegistrationSupport in org.springframework.jmx.export
Subclasses of MBeanRegistrationSupport in org.springframework.jmx.exportModifier and TypeClassDescriptionclass
JMX exporter that allows for exposing any Spring-managed bean to a JMXMBeanServer
, without the need to define any JMX-specific information in the bean classes. -
Uses of MBeanRegistrationSupport in org.springframework.jmx.export.annotation
Subclasses of MBeanRegistrationSupport in org.springframework.jmx.export.annotationModifier and TypeClassDescriptionclass
Convenient subclass of Spring's standardMBeanExporter
, activating annotation usage for JMX exposure of Spring beans:ManagedResource
,ManagedAttribute
,ManagedOperation
, etc. -
Uses of MBeanRegistrationSupport in org.springframework.jmx.support
Subclasses of MBeanRegistrationSupport in org.springframework.jmx.supportModifier and TypeClassDescriptionclass
FactoryBean
that creates a JSR-160JMXConnectorServer
, optionally registers it with theMBeanServer
, and then starts it.