站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.metadata.Attributes (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.metadata.Attributes

Packages that use 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.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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.