类的使用
cn.taketoday.jmx.export.metadata.InvalidMetadataException
使用InvalidMetadataException的程序包
程序包
说明
Java 5 annotations for MBean exposure.
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
-
cn.taketoday.jmx.export.annotation中InvalidMetadataException的使用
修饰符和类型方法说明AnnotationJmxAttributeSource.getManagedAttribute(Method method) AnnotationJmxAttributeSource.getManagedMetric(Method method) AnnotationJmxAttributeSource.getManagedNotifications(Class<?> clazz) AnnotationJmxAttributeSource.getManagedOperation(Method method) AnnotationJmxAttributeSource.getManagedOperationParameters(Method method) AnnotationJmxAttributeSource.getManagedResource(Class<?> beanClass) -
cn.taketoday.jmx.export.metadata中InvalidMetadataException的使用
修饰符和类型方法说明JmxAttributeSource.getManagedAttribute(Method method) Implementations should return an instance ofManagedAttributeif the suppliedMethodhas the corresponding metadata.JmxAttributeSource.getManagedMetric(Method method) Implementations should return an instance ofManagedMetricif the suppliedMethodhas the corresponding metadata.JmxAttributeSource.getManagedNotifications(Class<?> clazz) Implementations should return an array ofManagedNotificationsif the supplied theClasshas the corresponding metadata.JmxAttributeSource.getManagedOperation(Method method) Implementations should return an instance ofManagedOperationif the suppliedMethodhas the corresponding metadata.JmxAttributeSource.getManagedOperationParameters(Method method) Implementations should return an array ofManagedOperationParameterif the suppliedMethodhas the corresponding metadata.JmxAttributeSource.getManagedResource(Class<?> clazz) Implementations should return an instance ofManagedResourceif the suppliedClasshas the appropriate metadata.