Uses of Class
org.springframework.jmx.export.metadata.ManagedOperationParameter
Packages that use ManagedOperationParameter
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 ManagedOperationParameter in org.springframework.jmx.export.annotationMethods in org.springframework.jmx.export.annotation that return ManagedOperationParameterModifier and TypeMethodDescriptionAnnotationJmxAttributeSource.getManagedOperationParameters(Method method) 
- 
Uses of ManagedOperationParameter in org.springframework.jmx.export.metadataMethods in org.springframework.jmx.export.metadata that return ManagedOperationParameterModifier and TypeMethodDescriptionJmxAttributeSource.getManagedOperationParameters(Method method) Implementations should return an array ofManagedOperationParameterif the suppliedMethodhas the corresponding metadata.