The Spring Framework

Uses of Class
org.springframework.jmx.export.metadata.ManagedOperationParameter

Packages that use ManagedOperationParameter
org.springframework.jmx.export.annotation JDK 1.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 ManagedOperationParameter in org.springframework.jmx.export.annotation
 

Methods in org.springframework.jmx.export.annotation that return ManagedOperationParameter
 ManagedOperationParameter[] AnnotationJmxAttributeSource.getManagedOperationParameters(Method method)
           
 

Uses of ManagedOperationParameter in org.springframework.jmx.export.metadata
 

Methods in org.springframework.jmx.export.metadata that return ManagedOperationParameter
 ManagedOperationParameter[] JmxAttributeSource.getManagedOperationParameters(Method method)
          Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata.
 ManagedOperationParameter[] AttributesJmxAttributeSource.getManagedOperationParameters(Method method)
          If the specified method has ManagedOperationParameter attributes, then these are returned, otherwise a zero length array is returned.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.