Interface SelfNaming
public interface SelfNaming
Interface that allows infrastructure components to provide their own
ObjectName
s 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 theObjectName
for the implementing object.
-
Method Details
-
getObjectName
Return theObjectName
for the implementing object.- Throws:
MalformedObjectNameException
- if thrown by the ObjectName constructor- See Also:
-