The Spring Framework

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

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

Methods in org.springframework.jmx.export.annotation that return ManagedOperation
 ManagedOperation AnnotationJmxAttributeSource.getManagedOperation(Method method)
           
 

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

Methods in org.springframework.jmx.export.metadata that return ManagedOperation
 ManagedOperation JmxAttributeSource.getManagedOperation(Method method)
          Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata.
 ManagedOperation AttributesJmxAttributeSource.getManagedOperation(Method method)
          If the specified method has a ManagedOperation attribute, then it is returned.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.