public interface

SelfNaming

org.springframework.jmx.export.naming.SelfNaming

Class Overview

Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.

Note: This interface is mainly intended for internal usage.

See Also

Summary

Public Methods
abstract ObjectName getObjectName()
Return the ObjectName for the implementing object.

Public Methods

public abstract ObjectName getObjectName ()

Return the ObjectName for the implementing object.

Throws
MalformedObjectNameException if thrown by the ObjectName constructor