java.lang.Object
Task
uk.ac.soton.itinnovation.taverna.enactor.entities.TavernaTask
- Direct Known Subclasses:
- PortTask, ProcessorTask
- public abstract class TavernaTask
- extends Task
|
Method Summary |
void |
cancelConcreteTask()
Undertakes any special cancel processing required by Taverna tasks |
abstract uk.ac.soton.itinnovation.mygrid.workflow.enactor.core.eventservice.TaskStateMessage |
doTask()
|
TimePoint |
getEndTime()
Retrieve the execution end time |
TimePoint |
getStartTime()
Retrieve the execution start time |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startTime
protected TimePoint startTime
endTime
protected TimePoint endTime
TavernaTask
public TavernaTask(java.lang.String id)
- Default Constructor
getStartTime
public TimePoint getStartTime()
- Retrieve the execution start time
getEndTime
public TimePoint getEndTime()
- Retrieve the execution end time
cancelConcreteTask
public void cancelConcreteTask()
- Undertakes any special cancel processing required by Taverna tasks
doTask
public abstract uk.ac.soton.itinnovation.mygrid.workflow.enactor.core.eventservice.TaskStateMessage doTask()