org.ow2.petals.jbi.management.deployment
Interface AtomicDeploymentService
- All Known Implementing Classes:
- AtomicDeploymentServiceImpl
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
|
Method Summary |
boolean |
deploy(java.net.URL saURL)
|
boolean |
shutdown(java.lang.String saId)
|
boolean |
start(java.lang.String saId)
|
boolean |
stop(java.lang.String saId)
|
boolean |
undeploy(java.lang.String saId)
|
deploy
boolean deploy(java.net.URL saURL)
throws org.ow2.petals.kernel.api.server.PetalsException
- Throws:
org.ow2.petals.kernel.api.server.PetalsException
start
boolean start(java.lang.String saId)
throws org.ow2.petals.kernel.api.server.PetalsException
- Throws:
org.ow2.petals.kernel.api.server.PetalsException
stop
boolean stop(java.lang.String saId)
throws org.ow2.petals.kernel.api.server.PetalsException
- Throws:
org.ow2.petals.kernel.api.server.PetalsException
shutdown
boolean shutdown(java.lang.String saId)
throws org.ow2.petals.kernel.api.server.PetalsException
- Throws:
org.ow2.petals.kernel.api.server.PetalsException
undeploy
boolean undeploy(java.lang.String saId)
throws org.ow2.petals.kernel.api.server.PetalsException
- Throws:
org.ow2.petals.kernel.api.server.PetalsException
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.