wt.jmx.core
Interface BaseObjectNamed

All Known Implementing Classes:
wt.jmx.core.mbeans.AbstractFileView, DirView, Dumper, Emailer, Info, LogsDirViewer, MBeanLoader, SelfAwareMBean, SimpleDirViewer

public interface BaseObjectNamed

Common interface for objects that provide a base ObjectName for other MBeans to use as a basis of their naming.

Supported API: true

Extendable: true


Method Summary
 ObjectName getBaseObjectName()
          Returns ObjectName for other MBeans to use as a basis of their naming.
 

Method Detail

getBaseObjectName

ObjectName getBaseObjectName()
Returns ObjectName for other MBeans to use as a basis of their naming.

Supported API: true