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