Uses of Class
org.springframework.jmx.export.metadata.ManagedOperation
Packages that use ManagedOperation
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 ManagedOperation in org.springframework.jmx.export.annotationMethods in org.springframework.jmx.export.annotation that return ManagedOperationModifier and TypeMethodDescriptionAnnotationJmxAttributeSource.getManagedOperation(Method method) 
- 
Uses of ManagedOperation in org.springframework.jmx.export.metadataMethods in org.springframework.jmx.export.metadata that return ManagedOperationModifier and TypeMethodDescriptionJmxAttributeSource.getManagedOperation(Method method) Implementations should return an instance ofManagedOperationif the suppliedMethodhas the corresponding metadata.