|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
MBeanExporter
Method Summary | |
---|---|
ObjectName |
getObjectName()
Return the ObjectName for the implementing object. |
Method Detail |
---|
ObjectName getObjectName() throws MalformedObjectNameException
ObjectName
for the implementing object.
MalformedObjectNameException
- if thrown by the ObjectName constructorObjectName.ObjectName(String)
,
ObjectName.getInstance(String)
,
ObjectNameManager.getInstance(String)
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |