Uses of Class
org.springframework.jmx.export.metadata.ManagedResource
Packages that use ManagedResource
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 ManagedResource in org.springframework.jmx.export.annotation
Methods in org.springframework.jmx.export.annotation that return ManagedResourceModifier and TypeMethodDescriptionAnnotationJmxAttributeSource.getManagedResource(Class<?> beanClass) -
Uses of ManagedResource in org.springframework.jmx.export.metadata
Methods in org.springframework.jmx.export.metadata that return ManagedResourceModifier and TypeMethodDescriptionJmxAttributeSource.getManagedResource(Class<?> clazz) Implementations should return an instance ofManagedResourceif the suppliedClasshas the appropriate metadata.