程序包的使用
cn.taketoday.jmx.export
使用cn.taketoday.jmx.export的程序包
程序包
说明
This package provides declarative creation and registration of
Framework-managed beans as JMX MBeans.
Java 5 annotations for MBean exposure.
-
类说明A 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. -
类说明JMX exporter that allows for exposing any Framework-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.