org.ow2.petals.kernel.ws.api
Interface MonitoringManagementService
public interface MonitoringManagementService
- Author:
- Christophe HAMERLING - eBM WebSourcing
isMonitoringActive
boolean isMonitoringActive(javax.xml.namespace.QName module)
throws PEtALSWebServiceException
- Throws:
PEtALSWebServiceException
getMonitoredModules
javax.xml.namespace.QName[] getMonitoredModules()
throws PEtALSWebServiceException
- Throws:
PEtALSWebServiceException
activateMonitoring
boolean activateMonitoring(javax.xml.namespace.QName module)
throws PEtALSWebServiceException
- Throws:
PEtALSWebServiceException
activateMonitoring
boolean activateMonitoring(javax.xml.namespace.QName[] modules)
throws PEtALSWebServiceException
- Throws:
PEtALSWebServiceException
disableMonitoring
boolean disableMonitoring(javax.xml.namespace.QName module)
throws PEtALSWebServiceException
- Throws:
PEtALSWebServiceException
disableMonitoring
boolean disableMonitoring(javax.xml.namespace.QName[] modules)
throws PEtALSWebServiceException
- Throws:
PEtALSWebServiceException
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.