org.openengsb.domain.deploy
Interface DeployDomain
- All Superinterfaces:
- Domain, OpenEngSBService
public interface DeployDomain
- extends Domain
This domain can be used to deploy projects. The affected project is usually configured in the respective tool
connector.
|
Method Summary |
String |
deploy()
Deploy the currently configured project. |
void |
deploy(long processId)
Deploy the currently configured project. |
deploy
String deploy()
- Deploy the currently configured project. This method returns at once with an id. The deploy process is conducted
asynchronously. The result can be retrieved using the events raised by this domain, which also contain the id.
deploy
void deploy(long processId)
- Deploy the currently configured project. This method returns at once with an id. The deploy process is conducted
asynchronously. The result can be retrieved using the events raised by this domain where the processId-field
contains the supplied processId
Copyright © 2009-2011. All Rights Reserved.