org.gridbus.broker.farming.unicore
Class UnicoreJobMonitor
java.lang.Object
org.gridbus.broker.farming.unicore.UnicoreJobMonitor
- All Implemented Interfaces:
- java.lang.Runnable
- public class UnicoreJobMonitor
- extends java.lang.Object
- implements java.lang.Runnable
This class monitors the execution of a job and calls the UnicoreJobOutput to print out the result files
|
Constructor Summary |
UnicoreJobMonitor(Job job,
org.unicore.ajo.AbstractJob ajo,
com.fujitsu.arcon.servlet.VsiteTh vsite)
Constructor for this class |
|
Method Summary |
static void |
processOutcome(org.unicore.outcome.Outcome outcome)
Process the entire outcome of a job |
void |
run()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicoreJobMonitor
public UnicoreJobMonitor(Job job,
org.unicore.ajo.AbstractJob ajo,
com.fujitsu.arcon.servlet.VsiteTh vsite)
- Constructor for this class
- Parameters:
job - ajo - vsite -
run
public void run()
- Specified by:
run in interface java.lang.Runnable
- See Also:
Runnable.run()
processOutcome
public static void processOutcome(org.unicore.outcome.Outcome outcome)
- Process the entire outcome of a job
- Parameters:
outcome -