@RemoteServiceRelativePath(value="dmdeployer")
public interface DataMinerDeployerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
hello(String token) |
String |
monitorDeploy(String token,
String operationId) |
String |
retrieveError(String token,
String operationId) |
String |
startDeploy(String token,
DMDeployConfig dmConfig) |
UserInfo hello(String token) throws ServiceException
ServiceExceptionString startDeploy(String token, DMDeployConfig dmConfig) throws ServiceException
ServiceExceptionString retrieveError(String token, String operationId) throws ServiceException
ServiceExceptionString monitorDeploy(String token, String operationId) throws ServiceException
ServiceExceptionCopyright © 2017. All Rights Reserved.