Uses of Interface
org.springframework.metadata.Attributes

Packages that use Attributes
org.springframework.aop.framework.autoproxy.metadata Support classes for target source creation that is driven by source-level metadata attributes. 
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
org.springframework.metadata.commons Attributes wrapper for Commons Attributes
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
 

Uses of Attributes in org.springframework.aop.framework.autoproxy.metadata
 

Methods in org.springframework.aop.framework.autoproxy.metadata with parameters of type Attributes
 void AttributesThreadLocalTargetSourceCreator.setAttributes(Attributes attributes)
          Set the Attributes implementation to use.
 void AttributesPrototypeTargetSourceCreator.setAttributes(Attributes attributes)
          Set the Attributes implementation to use.
 void AttributesPoolingTargetSourceCreator.setAttributes(Attributes attributes)
          Set the Attributes implementation to use.
 

Constructors in org.springframework.aop.framework.autoproxy.metadata with parameters of type Attributes
AttributesPoolingTargetSourceCreator(Attributes attributes)
          Create a new AttributesPrototypeTargetSourceCreator.
AttributesPrototypeTargetSourceCreator(Attributes attributes)
          Create a new AttributesPrototypeTargetSourceCreator.
AttributesThreadLocalTargetSourceCreator(Attributes attributes)
          Create a new AttributesThreadLocalTargetSourceCreator.
 

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

Methods in org.springframework.jmx.export.metadata with parameters of type Attributes
 void AttributesJmxAttributeSource.setAttributes(Attributes attributes)
          Set the Attributes implementation to use.
 

Constructors in org.springframework.jmx.export.metadata with parameters of type Attributes
AttributesJmxAttributeSource(Attributes attributes)
          Create a new AttributesJmxAttributeSource.
 

Uses of Attributes in org.springframework.metadata.commons
 

Classes in org.springframework.metadata.commons that implement Attributes
 class CommonsAttributes
          Implementation of the Spring Attributes facade for Commons Attributes.
 

Uses of Attributes in org.springframework.transaction.interceptor
 

Methods in org.springframework.transaction.interceptor with parameters of type Attributes
 void AttributesTransactionAttributeSource.setAttributes(Attributes attributes)
          Set the Attributes implementation to use.
 

Constructors in org.springframework.transaction.interceptor with parameters of type Attributes
AttributesTransactionAttributeSource(Attributes attributes)
          Create a new AttributesTransactionAttributeSource.
 



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