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

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

public class DeploymentServiceClient
extends java.lang.Object
implements org.ow2.petals.kernel.ws.api.DeploymentService

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

Method Summary
 boolean deploy(java.lang.String saId)
           
 boolean shutdown(java.lang.String saId)
           
 boolean start(java.lang.String saId)
           
 boolean stop(java.lang.String saId)
           
 boolean undeploy(java.lang.String saId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deploy

public boolean deploy(java.lang.String saId)
               throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
deploy in interface org.ow2.petals.kernel.ws.api.DeploymentService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

shutdown

public boolean shutdown(java.lang.String saId)
                 throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
shutdown in interface org.ow2.petals.kernel.ws.api.DeploymentService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

start

public boolean start(java.lang.String saId)
              throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
start in interface org.ow2.petals.kernel.ws.api.DeploymentService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

stop

public boolean stop(java.lang.String saId)
             throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
stop in interface org.ow2.petals.kernel.ws.api.DeploymentService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

undeploy

public boolean undeploy(java.lang.String saId)
                 throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Specified by:
undeploy in interface org.ow2.petals.kernel.ws.api.DeploymentService
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException


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