Uses of Package
org.springframework.jmx.export
Packages that use org.springframework.jmx.export
Package
Description
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
Annotations for MBean exposure.
-
Classes in org.springframework.jmx.export used by org.springframework.jmx.exportClassDescriptionA listener that allows application code to be notified when an MBean is registered and unregistered via an
MBeanExporter
.Exception thrown in case of failure when exporting an MBean.Interface that defines the set of MBean export operations that are intended to be accessed by application developers during application runtime.Helper class that aggregates aNotificationListener
, aNotificationFilter
, and an arbitrary handback object. -
Classes in org.springframework.jmx.export used by org.springframework.jmx.export.annotationClassDescriptionJMX exporter that allows for exposing any Spring-managed bean to a JMX
MBeanServer
, without the need to define any JMX-specific information in the bean classes.Interface that defines the set of MBean export operations that are intended to be accessed by application developers during application runtime.