Uses of Class
org.springframework.jmx.export.metadata.ManagedResource
Packages that use ManagedResource Package Description org.springframework.jmx.export.annotation Java 5 annotations for MBean exposure.org.springframework.jmx.export.metadata 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 ManagedResource Modifier and Type Method Description ManagedResourceAnnotationJmxAttributeSource. getManagedResource(Class<?> beanClass)Uses of ManagedResource in org.springframework.jmx.export.metadata
Methods in org.springframework.jmx.export.metadata that return ManagedResource Modifier and Type Method Description ManagedResourceJmxAttributeSource. getManagedResource(Class<?> clazz)Implementations should return an instance ofManagedResourceif the suppliedClasshas the appropriate metadata.