Uses of Class
org.springframework.jmx.export.metadata.InvalidMetadataException
Packages that use InvalidMetadataException Package Description 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.Uses of InvalidMetadataException in org.springframework.jmx.export.annotation
Methods in org.springframework.jmx.export.annotation that throw InvalidMetadataException Modifier and Type Method Description 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)Uses of InvalidMetadataException in org.springframework.jmx.export.metadata
Methods in org.springframework.jmx.export.metadata that throw InvalidMetadataException Modifier and Type Method Description 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.