org.ow2.petals.kernel.ws.api
Interface MonitoringManagementService


public interface MonitoringManagementService

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 boolean activateMonitoring(javax.xml.namespace.QName module)
           
 boolean activateMonitoring(javax.xml.namespace.QName[] modules)
           
 boolean disableMonitoring(javax.xml.namespace.QName module)
           
 boolean disableMonitoring(javax.xml.namespace.QName[] modules)
           
 javax.xml.namespace.QName[] getMonitoredModules()
           
 boolean isMonitoringActive(javax.xml.namespace.QName module)
           
 

Method Detail

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.