| org.springframework.jmx.export.naming.SelfNaming |
Interface that allows infrastructure components to provide their own
ObjectNames to the MBeanExporter.
Note: This interface is mainly intended for internal usage.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the
ObjectName for the implementing object. | |||||||||||
Return the ObjectName for the implementing object.
| MalformedObjectNameException | if thrown by the ObjectName constructor |
|---|