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 SummaryModifier and TypeMethodDescriptionReturn theObjectNamefor the implementing object.
- 
Method Details- 
getObjectNameReturn theObjectNamefor the implementing object.- Throws:
- MalformedObjectNameException- if thrown by the ObjectName constructor
- See Also:
 
 
-