| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| AnnotationJmxAttributeSource | Implementation of the JmxAttributeSourceinterface that
 reads JDK 1.5+ annotations and exposes the corresponding attributes. | 
| AnnotationMBeanExporter | Convenient subclass of Spring's standard MBeanExporter,
 activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc. | 
| Annotation Types Summary | |
|---|---|
| ManagedAttribute | JDK 1.5+ method-level annotation that indicates to expose a given bean property as JMX attribute, corresponding to the ManagedAttribute attribute. | 
| ManagedNotification | JDK 1.5+ method-level annotation that indicates a JMX notification emitted by a bean. | 
| ManagedNotifications | JDK 1.5+ method-level annotation that indicates JMX notifications emitted by
 a bean, containing multiple ManagedNotifications | 
| ManagedOperation | JDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute. | 
| ManagedOperationParameter | JDK 1.5+ method-level annotation used to provide metadata about operation
 parameters, corresponding to a ManagedOperationParameterattribute. | 
| ManagedOperationParameters | JDK 1.5+ method-level annotation used to provide metadata about
 operation parameters, corresponding to an array of ManagedOperationParameterattributes. | 
| ManagedResource | JDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute. | 
JDK 1.5+ annotations for MBean exposure. Hooked into Spring's JMX export infrastructure via a special JmxAttributeSource implementation.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||