Package org.infinispan.jmx.annotations
JMX 2.0-like annotations, with no dependencies on JMX 2.0. These annotations are for internal use, to allow
Infinispan components to expose attributes and operations via JMX.
-
Enum Summary Enum Description DataType The type of data that is to be collected.MeasurementType Indicates whether the measured values consistently increase or decrease over time or are dynamic and can "randomly" be higher or lower than previous values.Units -
Annotation Types Summary Annotation Type Description ManagedAttribute Indicates that a public method or a field (any visibility) in an MBean class defines an MBean attribute.ManagedOperation Indicates that a method in an MBean class defines an MBean operation.MBean Classes annotated with this will be exposed as MBeans.Parameter