Uses of Class
org.springframework.jmx.export.metadata.ManagedAttribute
Packages that use ManagedAttribute
Package
Description
Annotations for MBean exposure.
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
-
Uses of ManagedAttribute in org.springframework.jmx.export.annotation
Methods in org.springframework.jmx.export.annotation that return ManagedAttributeModifier and TypeMethodDescriptionAnnotationJmxAttributeSource.getManagedAttribute(Method method) -
Uses of ManagedAttribute in org.springframework.jmx.export.metadata
Fields in org.springframework.jmx.export.metadata declared as ManagedAttributeModifier and TypeFieldDescriptionstatic final ManagedAttributeManagedAttribute.EMPTYEmpty attributes.Methods in org.springframework.jmx.export.metadata that return ManagedAttributeModifier and TypeMethodDescriptionJmxAttributeSource.getManagedAttribute(Method method) Implementations should return an instance ofManagedAttributeif the suppliedMethodhas the corresponding metadata.