public interface ComponentExtensionMBean
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
getComponentConfigurationFacadeMBeanName(String target)
Get the ObjectName of the Component Configuration facade MBean for a target.
|
Map<String,ObjectName[]> |
getCustomMBeanNames(String customName)
Get the ObjectNames of all the custom MBeans registered by the component on the
target.
|
Map<String,ObjectName[]> |
getLoggerMBeanNames()
Get the ObjectNames of all the Logger MBeans registered by the component on the
target.
|
ObjectName getComponentConfigurationFacadeMBeanName(String target) throws JBIException
target - - target nameJBIExceptionMap<String,ObjectName[]> getCustomMBeanNames(String customName) throws JBIException
customName - - the custom control name which will filter the MBeansJBIException - if some other failure occurs.Map<String,ObjectName[]> getLoggerMBeanNames() throws JBIException
JBIException - if some other failure occurs.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.