The Spring Framework

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(Method method)
           
 ManagedNotification[] AnnotationJmxAttributeSource.getManagedNotifications(Class clazz)
           
 ManagedOperation AnnotationJmxAttributeSource.getManagedOperation(Method method)
           
 ManagedOperationParameter[] AnnotationJmxAttributeSource.getManagedOperationParameters(Method method)
           
 ManagedResource AnnotationJmxAttributeSource.getManagedResource(Class beanClass)
           
 

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

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.