程序包 org.springframework.jmx.export
This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.
接口概要 接口 说明 MBeanExporterListener A listener that allows application code to be notified when an MBean is registered and unregistered via anMBeanExporter.MBeanExportOperations Interface that defines the set of MBean export operations that are intended to be accessed by application developers during application runtime.类概要 类 说明 MBeanExporter 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.NotificationListenerBean Helper class that aggregates aNotificationListener, aNotificationFilter, and an arbitrary handback object.SpringModelMBean Extension of theRequiredModelMBeanclass that ensures thethread context ClassLoaderis switched for the managed resource'sClassLoaderbefore any invocations occur.异常错误概要 异常错误 说明 MBeanExportException Exception thrown in case of failure when exporting an MBean.UnableToRegisterMBeanException Exception thrown when we are unable to register an MBean, for example because of a naming conflict.