org.ow2.petals.microkernel.api.jbi.management
Interface AtomicDeploymentService


public interface AtomicDeploymentService

An atomic deployment service which deals only with one Service Assembly and returns easy to understand values...

Author:
Christophe HAMERLING - EBM WebSourcing

Field Summary
static String COMPONENT_LOGGER_NAME
           
 
Method Summary
 boolean deploy(URL saURL)
           
 boolean shutdown(String saId)
           
 boolean start(String saId)
           
 boolean stop(String saId)
           
 boolean undeploy(String saId)
           
 

Field Detail

COMPONENT_LOGGER_NAME

static final String COMPONENT_LOGGER_NAME
See Also:
Constant Field Values
Method Detail

deploy

boolean deploy(URL saURL)
               throws org.ow2.petals.basisapi.exception.PetalsException
Throws:
org.ow2.petals.basisapi.exception.PetalsException

start

boolean start(String saId)
              throws org.ow2.petals.basisapi.exception.PetalsException
Throws:
org.ow2.petals.basisapi.exception.PetalsException

stop

boolean stop(String saId)
             throws org.ow2.petals.basisapi.exception.PetalsException
Throws:
org.ow2.petals.basisapi.exception.PetalsException

shutdown

boolean shutdown(String saId)
                 throws org.ow2.petals.basisapi.exception.PetalsException
Throws:
org.ow2.petals.basisapi.exception.PetalsException

undeploy

boolean undeploy(String saId)
                 throws org.ow2.petals.basisapi.exception.PetalsException
Throws:
org.ow2.petals.basisapi.exception.PetalsException


Copyright © 2005-2015 Linagora. All Rights Reserved.