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

org.springframework.jmx.export.naming (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.jmx.export.naming

Provides a strategy for ObjectName creation.

See:
          Description

Interface Summary
ObjectNamingStrategy Strategy interface that encapsulates the creation of ObjectName instances.
SelfNaming Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.
 

Class Summary
IdentityNamingStrategy An implementation of the ObjectNamingStrategy interface that creates a name based on the the identity of a given instance.
KeyNamingStrategy ObjectNamingStrategy implementation that builds ObjectName instances from the key used in the "beans" map passed to MBeanExporter.
MetadataNamingStrategy An implementation of the ObjectNamingStrategy interface that reads the ObjectName from the source-level metadata.
 

Package org.springframework.jmx.export.naming Description

Provides a strategy for ObjectName creation. Used by MBeanExporter to determine the JMX names to use for exported Spring-managed beans.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.