Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

uk.ac.soton.itinnovation.taverna.enactor.entities
Class TavernaTask  view TavernaTask download TavernaTask.java

java.lang.Object
  extended byTask
      extended byuk.ac.soton.itinnovation.taverna.enactor.entities.TavernaTask
Direct Known Subclasses:
PortTask, ProcessorTask

public abstract class TavernaTask
extends Task


Field Summary
protected  TimePoint endTime
           
protected  TimePoint startTime
           
 
Constructor Summary
TavernaTask(java.lang.String id)
          Default Constructor
 
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
 

Field Detail

startTime

protected TimePoint startTime

endTime

protected TimePoint endTime
Constructor Detail

TavernaTask

public TavernaTask(java.lang.String id)
Default Constructor

Method Detail

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()