The Spring Framework

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

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

Methods in org.springframework.jmx.export.annotation that return ManagedResource
 ManagedResource AnnotationJmxAttributeSource.getManagedResource(Class beanClass)
           
 

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

Methods in org.springframework.jmx.export.metadata that return ManagedResource
 ManagedResource JmxAttributeSource.getManagedResource(Class clazz)
          Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
 ManagedResource AttributesJmxAttributeSource.getManagedResource(Class clazz)
          If the specified class has a ManagedResource attribute, then it is returned.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.