| com.sun.jbi.management.common.ControllerMBean
All known Subclasses: com.sun.jbi.management.binding.ModelBindingComponent, com.sun.jbi.management.engine.ModelEngineComponent,
ControllerMBean | public interface ControllerMBean (Code) | | The ControllerMBean is a container MBEAN for the other MBEANS registered in
a JBI Managed Component. It is used to collect a component MBEANS in order
to present a Component View to higher level management agents. It also serves
as a repository for controls that operate on the component as a whole, for example,
about command, help command, etc.
author: Sun Microsystems, Inc. |
getComponentInfo | String getComponentInfo()(Code) | | Return current version and other info about this component.
info String |
getConfigurationMBean | ObjectName getConfigurationMBean()(Code) | | Return the JMX ObjectName for this component's ConfigurationMBean
or null.
the JMX ObjectName for this component's ConfigurationMBeanor null. |
getDefaultLoggerMBean | ObjectName getDefaultLoggerMBean()(Code) | | Return the ObjectName of the default LoggerMBean for this component.
ObjectName of default LoggerMBean or null. |
getDeployerMBean | ObjectName getDeployerMBean()(Code) | | Return the JMX ObjectName for this component's DeployerMBean or null.
the JMX ObjectName for this component's DeployerMBean or null. |
getHelp | String getHelp()(Code) | | Return help text about this component.
help text about this component. |
getLifeCycleMBean | ObjectName getLifeCycleMBean()(Code) | | Return the JMX ObjectName for this component's LifeCycleMBean
or null.
the JMX ObjectName for this component's LifeCycleMBeanor null. |
getLoggerMBeanByName | ObjectName getLoggerMBeanByName(String aLoggerName)(Code) | | Return the ObjectName for LoggerMBean named aLoggerName ,
or null, if the named logger does not exist in this component.
ObjectName of LoggerMBean. |
getLoggerMBeans | ObjectName[] getLoggerMBeans()(Code) | | Return the ObjectNames for all of the LoggerMBean's for this component.
array of ObjectName, possibly of zero length. |
getcomponentName | String getcomponentName()(Code) | | Return the componentName
the componentName |
|
|