org.gcube.data.analysis.tabulardata.clientlibrary.proxy
Class DefaultTaskManagerProxy
java.lang.Object
org.gcube.data.analysis.tabulardata.clientlibrary.proxy.DefaultTaskManagerProxy
- All Implemented Interfaces:
- TaskManagerProxy, org.gcube.data.td.commons.webservice.TaskManager
public class DefaultTaskManagerProxy
- extends Object
- implements TaskManagerProxy
| Fields inherited from interface org.gcube.data.td.commons.webservice.TaskManager |
SERVICE_NAME |
|
Constructor Summary |
DefaultTaskManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.TaskManager> config)
|
|
Method Summary |
org.gcube.data.td.commons.webservice.types.TaskInfo |
abort(String identifier)
|
org.gcube.data.td.commons.webservice.types.TaskInfo |
get(String identifier)
|
org.gcube.data.td.commons.webservice.types.TaskInfo |
remove(String identifier)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTaskManagerProxy
public DefaultTaskManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.TaskManager> config)
remove
public org.gcube.data.td.commons.webservice.types.TaskInfo remove(String identifier)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
- Specified by:
remove in interface org.gcube.data.td.commons.webservice.TaskManager
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
get
public org.gcube.data.td.commons.webservice.types.TaskInfo get(String identifier)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
- Specified by:
get in interface org.gcube.data.td.commons.webservice.TaskManager
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
abort
public org.gcube.data.td.commons.webservice.types.TaskInfo abort(String identifier)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
- Specified by:
abort in interface org.gcube.data.td.commons.webservice.TaskManager
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
Copyright © 2013. All Rights Reserved.