当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
MetadataNamingStrategy (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx.export.naming
Class MetadataNamingStrategy
java.lang.Object
org.springframework.jmx.export.naming.MetadataNamingStrategy
- All Implemented Interfaces:
- ObjectNamingStrategy
public class MetadataNamingStrategy
- extends Object
- implements ObjectNamingStrategy
An implementation of the ObjectNamingStrategy
interface
that reads the ObjectName
from the source-level metadata.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
ObjectNamingStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataNamingStrategy
public MetadataNamingStrategy()
setAttributeSource
public void setAttributeSource(JmxAttributeSource attributeSource)
- Set the implementation of the
JmxAttributeSource
interface to use
when reading the source level metadata.
getObjectName
public ObjectName getObjectName(Object managedBean,
String beanKey)
throws MalformedObjectNameException
- Reads the
ObjectName
from the source level metadata associated
with the managed resource's Class
.
- Specified by:
getObjectName
in interface ObjectNamingStrategy
- Parameters:
managedBean
- the bean that will be exposed under the
returned ObjectName
beanKey
- the key associated with this bean in the beans map
passed to the MBeanExporter
- Returns:
- the
ObjectName
instance
- Throws:
MalformedObjectNameException
- if the resulting ObjectName
is invalid
Copyright © 2002-2007 The Spring Framework.