| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AttributesJmxAttributeSource.getManagedAttribute(Method method)If the specified method has a ManagedAttributeattribute,
 then it is returned. | 
|  ManagedAttribute | JmxAttributeSource.getManagedAttribute(Method method)Implementations should return an instance of ManagedAttributeif the suppliedMethodhas the corresponding metadata. | 
|  ManagedNotification[] | JmxAttributeSource.getManagedNotifications(Class clazz)Implementations should return an array of ManagedNotificationsif the supplied theClasshas the corresponding metadata. | 
|  ManagedOperation | JmxAttributeSource.getManagedOperation(Method method)Implementations should return an instance of ManagedOperationif the suppliedMethodhas the corresponding metadata. | 
|  ManagedOperationParameter[] | AttributesJmxAttributeSource.getManagedOperationParameters(Method method)If the specified method has ManagedOperationParameterattributes,
 then these are returned, otherwise a zero length array is returned. | 
|  ManagedOperationParameter[] | JmxAttributeSource.getManagedOperationParameters(Method method)Implementations should return an array of ManagedOperationParameterif the suppliedMethodhas the corresponding metadata. | 
|  ManagedResource | JmxAttributeSource.getManagedResource(Class clazz)Implementations should return an instance of ManagedResourceif the suppliedClasshas the appropriate metadata. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||