public interface ControllerMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentInfo()
Return current version and other info about this component.
|
String |
getcomponentName()
Return the componentName
|
ObjectName |
getDefaultLoggerMBean()
Return the ObjectName of the default LoggerMBean for this component.
|
ObjectName |
getDeployerMBean()
Return the JMX ObjectName for this component's DeployerMBean or null.
|
String |
getHelp()
Return help text about this component.
|
ObjectName |
getLifeCycleMBean()
Return the JMX ObjectName for this component's LifeCycleMBean
or null.
|
ObjectName |
getLoggerMBeanByName(String aLoggerName)
Return the ObjectName for LoggerMBean named
aLoggerName,
or null, if the named logger does not exist in this component. |
ObjectName[] |
getLoggerMBeans()
Return the ObjectNames for all of the LoggerMBean's for this component.
|
String getComponentInfo()
String getHelp()
ObjectName getDeployerMBean()
ObjectName getLifeCycleMBean()
ObjectName getLoggerMBeanByName(String aLoggerName)
aLoggerName,
or null, if the named logger does not exist in this component.ObjectName getDefaultLoggerMBean()
ObjectName[] getLoggerMBeans()
String getcomponentName()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.