类的使用
cn.taketoday.jmx.JmxException
使用JmxException的程序包
程序包
说明
This package contains Framework's JMX support, which includes registration of
Framework-managed beans as JMX MBeans as well as access to remote JMX MBeans.
Provides support for accessing remote MBean resources.
This package provides declarative creation and registration of
Framework-managed beans as JMX MBeans.
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
Provides supporting infrastructure to allow Framework-created MBeans
to send JMX notifications.
-
cn.taketoday.jmx中JmxException的使用
修饰符和类型类说明classException thrown when we cannot locate an instance of anMBeanServer, or when more than one instance is found. -
cn.taketoday.jmx.access中JmxException的使用
修饰符和类型类说明classThrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).classThrown when an invocation failed because of an I/O problem on the MBeanServerConnection.classThrown if an exception is encountered when trying to retrieve MBean metadata. -
cn.taketoday.jmx.export中JmxException的使用
修饰符和类型类说明classException thrown in case of failure when exporting an MBean.classException thrown when we are unable to register an MBean, for example because of a naming conflict. -
cn.taketoday.jmx.export.metadata中JmxException的使用
修饰符和类型类说明classThrown by theJmxAttributeSourcewhen it encounters incorrect metadata on a managed resource or one of its methods. -
cn.taketoday.jmx.export.notification中JmxException的使用