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

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

Methods in org.springframework.jmx.export.annotation that return ManagedAttribute
 ManagedAttribute AnnotationJmxAttributeSource.getManagedAttribute(Method method)
           
 

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

Fields in org.springframework.jmx.export.metadata declared as ManagedAttribute
static ManagedAttribute ManagedAttribute.EMPTY
           
 

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



Copyright (c) 2002-2005 The Spring Framework Project.