Uses of Class
org.springframework.jmx.export.metadata.InvalidMetadataException

Packages that use InvalidMetadataException
org.springframework.jmx.export.annotation JDK 1.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
 ManagedAttribute AnnotationJmxAttributeSource.getManagedAttribute(java.lang.reflect.Method method)
           
 ManagedNotification[] AnnotationJmxAttributeSource.getManagedNotifications(java.lang.Class clazz)
           
 ManagedOperation AnnotationJmxAttributeSource.getManagedOperation(java.lang.reflect.Method method)
           
 ManagedOperationParameter[] AnnotationJmxAttributeSource.getManagedOperationParameters(java.lang.reflect.Method method)
           
 ManagedResource AnnotationJmxAttributeSource.getManagedResource(java.lang.Class beanClass)
           
 

Uses of InvalidMetadataException in org.springframework.jmx.export.metadata
 

Methods in org.springframework.jmx.export.metadata that throw InvalidMetadataException
 ManagedAttribute JmxAttributeSource.getManagedAttribute(java.lang.reflect.Method method)
          Implementations should return an instance of ManagedAttribute if the supplied Method has the corresponding metadata.
 ManagedAttribute AttributesJmxAttributeSource.getManagedAttribute(java.lang.reflect.Method method)
          If the specified method has a ManagedAttribute attribute, then it is returned.
 ManagedNotification[] JmxAttributeSource.getManagedNotifications(java.lang.Class clazz)
          Implementations should return an array of ManagedNotifications if the supplied the Class has the corresponding metadata.
 ManagedOperation JmxAttributeSource.getManagedOperation(java.lang.reflect.Method method)
          Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata.
 ManagedOperationParameter[] JmxAttributeSource.getManagedOperationParameters(java.lang.reflect.Method method)
          Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata.
 ManagedOperationParameter[] AttributesJmxAttributeSource.getManagedOperationParameters(java.lang.reflect.Method method)
          If the specified method has ManagedOperationParameter attributes, then these are returned, otherwise a zero length array is returned.
 ManagedResource JmxAttributeSource.getManagedResource(java.lang.Class clazz)
          Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
 



Copyright © 2002-2008 The Spring Framework.