The Spring Framework

Uses of Interface
org.springframework.jmx.export.metadata.JmxAttributeSource

Packages that use JmxAttributeSource
org.springframework.jmx.export.annotation JDK 1.5+ annotations for MBean exposure. 
org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly. 
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
org.springframework.jmx.export.naming Provides a strategy for ObjectName creation. 
 

Uses of JmxAttributeSource in org.springframework.jmx.export.annotation
 

Classes in org.springframework.jmx.export.annotation that implement JmxAttributeSource
 class AnnotationJmxAttributeSource
          Implementation of the JmxAttributeSource interface that reads JDK 1.5+ annotations and exposes the corresponding attributes.
 

Uses of JmxAttributeSource in org.springframework.jmx.export.assembler
 

Methods in org.springframework.jmx.export.assembler with parameters of type JmxAttributeSource
 void MetadataMBeanInfoAssembler.setAttributeSource(JmxAttributeSource attributeSource)
          Set the JmxAttributeSource implementation to use for reading the metadata from the bean class.
 

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

Classes in org.springframework.jmx.export.metadata that implement JmxAttributeSource
 class AttributesJmxAttributeSource
          Implementation of the JmxAttributeSource interface that reads metadata via Spring's Attributes abstraction.
 

Uses of JmxAttributeSource in org.springframework.jmx.export.naming
 

Methods in org.springframework.jmx.export.naming with parameters of type JmxAttributeSource
 void MetadataNamingStrategy.setAttributeSource(JmxAttributeSource attributeSource)
          Set the implementation of the JmxAttributeSource interface to use when reading the source level metadata.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.