Uses of Class
org.springframework.jmx.export.metadata.InvalidMetadataException
Packages that use InvalidMetadataException
Package
Description
Annotations for MBean exposure.
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.annotationMethods in org.springframework.jmx.export.annotation that throw InvalidMetadataExceptionModifier and TypeMethodDescriptionAnnotationJmxAttributeSource.getManagedAttribute(Method method) AnnotationJmxAttributeSource.getManagedMetric(Method method) AnnotationJmxAttributeSource.getManagedNotifications(Class<?> clazz) AnnotationJmxAttributeSource.getManagedOperation(Method method) AnnotationJmxAttributeSource.getManagedOperationParameters(Method method) AnnotationJmxAttributeSource.getManagedResource(Class<?> beanClass) 
- 
Uses of InvalidMetadataException in org.springframework.jmx.export.metadataMethods in org.springframework.jmx.export.metadata that throw InvalidMetadataExceptionModifier and TypeMethodDescriptionJmxAttributeSource.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 suppliedClasshas 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.