Package wt.jmx.core
Interface BaseObjectNamed
- All Known Implementing Classes:
wt.jmx.core.mbeans.AbstractFileView,AbstractMultipleFilePlugin,AbstractPlugin,AbstractQMLPlugin,AbstractReportingPlugin,AbstractSQLPlugin,AbstractWinDUPlugin,AbstractXconfPlugin,AgentIniPlugin,ApacheConfFolderPlugin,ApacheLogsPlugin,AuthPropertiesFilePlugin,CabinetBasedDataContainerAlignmentPlugin,CogstartupXmlPlugin,CompositeQueueDataBean,ContainerStructurePlugin,ContextMonitor,DatabaseIndexUtilityPlugin,DbPropertiesPlugin,DeclarationsXconfPlugin,wt.jmx.core.mbeans.DeluxeStatsAndListenersMonitor,wt.jmx.core.mbeans.DeluxeStatsMonitor,DirView,DomainAdministeredObjectsPlugin,DomainStructurePlugin,Dumper,Emailer,EnigmaLogsDirViewer,EsiPropertiesPlugin,FilteredMCLogger,FilteredRequestLogger,FocusedUserFilter,GarbageCollectionMonitor,GatherEveryLogPlugin,GatherFilePlugin,GatherFolderPlugin,GatherInfoScriptPlugin,GatherLogsPlugin,GroupDomainAndLocationPlugin,HeapDumpDelegate,IePropertiesPlugin,IlwcmigrationFolderPlugin,Info,InstallerLogsPlugin,InvalidContainerTemplatesPlugin,InvalidLdapEntriesPlugin,InvalidObjectsPlugin,IPRequestTracker,JavaProcessMonitor,JBossServerLogsDirViewer,LocateDanglingReferencesPlugin,Log4jFilesPlugin,Log4jUpgradeFilesPlugin,LogsDirViewer,MainCacheManager,ManagedDirView,MasterICacheManager,MBeanDumpPlugin,MBeanLoader,MCHistogrammer,MigrationLogsPlugin,MigrationPropertiesPlugin,MigrationReportsFolderPlugin,MissingMasterPlugin,MissingRepresentablesPlugin,NotificationScriptAction,NullContainerReferencesCheckPlugin,ObjectInitializationRuleReportPlugin,PeriodicMemoryDumperDelegate,PsiInstallerDirViewer,PublishMonitorLogsPlugin,ReportingInstallerFolderPlugin,ReportingInstlogFolderPlugin,ReportingLogsFolderPlugin,RequestHistogrammer,SciInstallerDirViewer,SearchPropertiesPlugin,SelfAwareMBean,ServerManagerMonitor,ServletLogsDirViewer,ServletRequestMonitor,SessionMonitor,SimpleDirViewer,SiteXconfPlugin,SummaryScriptAction,UpgradeFolderPlugin,ValidateFamilyTableDataPlugin,VendorPortalPropertiesPlugin,VersionAttributeAlignmentPlugin,WDSPlugin,WebServerLogsDirViewer,WindchillLogsPlugin,WinDULogsPlugin,WinRULogsPlugin,WtCustomFolderPlugin,WtPropertiesPlugin,WtSafeAreaFolderPlugin,WvsPropertiesPlugin
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionReturns ObjectName for other MBeans to use as a basis of their naming.
-
Method Details
-
getBaseObjectName
ObjectName getBaseObjectName()Returns ObjectName for other MBeans to use as a basis of their naming.
Supported API: true
-