程序包 org.springframework.jmx.export.annotation
Java 5 annotations for MBean exposure. Hooked into Spring's JMX export infrastructure via a special JmxAttributeSource implementation.
类概要 类 说明 AnnotationJmxAttributeSource Implementation of theJmxAttributeSourceinterface that reads annotations and exposes the corresponding attributes.AnnotationMBeanExporter Convenient subclass of Spring's standardMBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc.注释类型概要 注释类型 说明 ManagedAttribute Method-level annotation that indicates to expose a given bean property as a JMX attribute, corresponding to theManagedAttribute.ManagedMetric Method-level annotation that indicates to expose a given bean property as a JMX attribute, with added descriptor properties to indicate that it is a metric.ManagedNotification Type-level annotation that indicates a JMX notification emitted by a bean.ManagedNotifications Type-level annotation that indicates JMX notifications emitted by a bean, containing multipleManagedNotifications.ManagedOperation Method-level annotation that indicates to expose a given method as a JMX operation, corresponding to theManagedOperationattribute.ManagedOperationParameter Method-level annotation used to provide metadata about operation parameters, corresponding to aManagedOperationParameterattribute.ManagedOperationParameters Method-level annotation used to provide metadata about operation parameters, corresponding to an array ofManagedOperationParameterattributes.ManagedResource Class-level annotation that indicates to register instances of a class with a JMX server, corresponding to theManagedResourceattribute.