类的使用
cn.taketoday.jmx.support.MBeanRegistrationSupport
使用MBeanRegistrationSupport的程序包
程序包
说明
This package provides declarative creation and registration of
Framework-managed beans as JMX MBeans.
Java 5 annotations for MBean exposure.
Contains support classes for connecting to local and remote
MBeanServers
and for exposing an MBeanServer to remote clients.-
cn.taketoday.jmx.export中MBeanRegistrationSupport的使用
修饰符和类型类说明classJMX exporter that allows for exposing any Framework-managed bean to a JMXMBeanServer, without the need to define any JMX-specific information in the bean classes. -
cn.taketoday.jmx.export.annotation中MBeanRegistrationSupport的使用
修饰符和类型类说明classConvenient subclass of Framework's standardMBeanExporter, activating Java 5 annotation usage for JMX exposure of Framework beans:ManagedResource,ManagedAttribute,ManagedOperation, etc. -
cn.taketoday.jmx.support中MBeanRegistrationSupport的使用
修饰符和类型类说明classFactoryBeanthat creates a JSR-160JMXConnectorServer, optionally registers it with theMBeanServer, and then starts it.