org.gcube.data.td.commons.webservice
Interface TaskManager


public interface TaskManager


Field Summary
static String SERVICE_NAME
           
 
Method Summary
 TaskInfo abort(String identifier)
           
 TaskInfo get(String identifier)
           
 TaskInfo remove(String identifier)
           
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

remove

TaskInfo remove(String identifier)
                throws NoSuchTaskException
Throws:
NoSuchTaskException

get

TaskInfo get(String identifier)
             throws NoSuchTaskException
Throws:
NoSuchTaskException

abort

TaskInfo abort(String identifier)
               throws NoSuchTaskException
Throws:
NoSuchTaskException


Copyright © 2013. All Rights Reserved.