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
COMPONENT_LOGGER_NAME
static final String COMPONENT_LOGGER_NAME
- See Also:
- Constant Field Values
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.