org.ow2.frascati.remote.introspection
Interface Deployment
public interface Deployment
This interface is used to deploy SCA applications (contributions) remotely.
|
Method Summary |
int |
deploy(String encodedContribution)
Deploy a contribution on the FraSCAti runtime. |
deploy
int deploy(String encodedContribution)
- Deploy a contribution on the FraSCAti runtime.
- Parameters:
contribution - A zip file compliant with the SCA contribution specification encoded as a Base64 String.
- Returns:
- 0 if the deployment succeed, else -1.
Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.