org.ourgrid.mygrid.ui.gui
Class SimpleJobEntry
java.lang.Object
org.ourgrid.mygrid.ui.gui.SimpleJobEntry
public class SimpleJobEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleJobEntry
public SimpleJobEntry(JobEntry jobEntry)
replicaStateChanged
public void replicaStateChanged(ReplicaEntry replicaEntry,
ExecutionStatus jobState,
ExecutionStatus taskState,
int numberOfTaskFails)
getJobID
public int getJobID()
getJobSpec
public JobSpec getJobSpec()
getState
public ExecutionStatus getState()
getTaskByID
public SimpleTaskEntry getTaskByID(int id)
getTasks
public java.util.Map<java.lang.Integer,SimpleTaskEntry> getTasks()
jobCanceled
public void jobCanceled()