Interface SelfNaming
public interface SelfNaming
Interface that allows infrastructure components to provide their ownObjectNames to theMBeanExporter.Note: This interface is mainly intended for internal usage.
- Since:
- 1.2.2
- Author:
- Rob Harrop
- See Also:
MBeanExporter
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectNamegetObjectName()Return theObjectNamefor the implementing object.
Method Detail
getObjectName
ObjectName getObjectName() throws MalformedObjectNameException
Return theObjectNamefor the implementing object.- Throws:
MalformedObjectNameException- if thrown by the ObjectName constructor- See Also:
ObjectName(String),ObjectName.getInstance(String),ObjectNameManager.getInstance(String)