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:
-