public interface MBeanHelper
| Modifier and Type | Method and Description |
|---|---|
boolean |
createSystemServiceLoggerMBean(String aService,
Logger aLogger)
Create a LoggerMBean and associate it with
aLogger. |
boolean |
destroySystemServiceLoggerMBean(String aService)
Destroy the LoggerMBean registered for
aService. |
boolean |
destroySystemServiceLoggerMBean(String aService,
Logger aLogger)
Destroy a LoggerMBean registered for
aService. |
boolean createSystemServiceLoggerMBean(String aService, Logger aLogger)
aLogger.aService - is the name of the schemaorg_apache_xmlbeans.system service that owns the logger.aLogger - is the Logger to associate with the LoggerMBean.boolean destroySystemServiceLoggerMBean(String aService)
aService.aService - is the name of the schemaorg_apache_xmlbeans.system service that owns the logger.boolean destroySystemServiceLoggerMBean(String aService, Logger aLogger)
aService.aService - is the name of the schemaorg_apache_xmlbeans.system service that owns the logger.aLogger - is the Logger associated with the LoggerMBean.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.