org.ow2.petals.kernel.ws.client
Class MonitoringManagementServiceClient

java.lang.Object
  extended by org.ow2.petals.kernel.ws.client.MonitoringManagementServiceClient
All Implemented Interfaces:
org.ow2.petals.kernel.ws.api.MonitoringManagementService

public class MonitoringManagementServiceClient
extends java.lang.Object
implements org.ow2.petals.kernel.ws.api.MonitoringManagementService

Author:
Adrien RuffiƩ - eBM WebSourcing Provider a client for the monitoring management service of the petals-kernel-wsapi

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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

activateMonitoring

public boolean activateMonitoring(javax.xml.namespace.QName module)
                           throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
activateMonitoring in interface org.ow2.petals.kernel.ws.api.MonitoringManagementService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

activateMonitoring

public boolean activateMonitoring(javax.xml.namespace.QName[] modules)
                           throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
activateMonitoring in interface org.ow2.petals.kernel.ws.api.MonitoringManagementService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

disableMonitoring

public boolean disableMonitoring(javax.xml.namespace.QName module)
                          throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
disableMonitoring in interface org.ow2.petals.kernel.ws.api.MonitoringManagementService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

disableMonitoring

public boolean disableMonitoring(javax.xml.namespace.QName[] modules)
                          throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
disableMonitoring in interface org.ow2.petals.kernel.ws.api.MonitoringManagementService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

getMonitoredModules

public javax.xml.namespace.QName[] getMonitoredModules()
                                                throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
getMonitoredModules in interface org.ow2.petals.kernel.ws.api.MonitoringManagementService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

isMonitoringActive

public boolean isMonitoringActive(javax.xml.namespace.QName module)
                           throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
isMonitoringActive in interface org.ow2.petals.kernel.ws.api.MonitoringManagementService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.