Interface SelfNaming
public interface SelfNaming
Interface that allows infrastructure components to provide their own
 
ObjectNames to the MBeanExporter.
 Note: This interface is mainly intended for internal usage.
- Since:
 - 1.2.2
 - Author:
 - Rob Harrop
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturn theObjectNamefor the implementing object. 
- 
Method Details
- 
getObjectName
Return theObjectNamefor the implementing object.- Throws:
 MalformedObjectNameException- if thrown by the ObjectName constructor- See Also:
 
 
 -