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


public interface DeploymentService

Remote deployment Service. Handles all the SA operations.

Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 boolean deploy(java.lang.String saId)
          Deploy a SA into the bus
 boolean shutdown(java.lang.String saId)
           
 boolean start(java.lang.String saId)
           
 boolean stop(java.lang.String saId)
           
 boolean undeploy(java.lang.String saId)
          Undeploy a Service Assembly from its ID
 

Method Detail

deploy

boolean deploy(java.lang.String saId)
               throws PEtALSWebServiceException
Deploy a SA into the bus

Parameters:
saId - the saId of the SA in the artifact repository
Returns:
Throws:
PEtALSWebServiceException

undeploy

boolean undeploy(java.lang.String saId)
                 throws PEtALSWebServiceException
Undeploy a Service Assembly from its ID

Parameters:
saId -
Returns:
Throws:
PEtALSWebServiceException

start

boolean start(java.lang.String saId)
              throws PEtALSWebServiceException
Parameters:
-
Returns:
Throws:
PEtALSWebServiceException

stop

boolean stop(java.lang.String saId)
             throws PEtALSWebServiceException
Parameters:
-
Returns:
Throws:
PEtALSWebServiceException

shutdown

boolean shutdown(java.lang.String saId)
                 throws PEtALSWebServiceException
Parameters:
-
Returns:
Throws:
PEtALSWebServiceException


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