|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.globus.GlobusJobMonitor
This class contains methods to monitor a job running on a Globus node
| Constructor Summary | |
GlobusJobMonitor(Job job)
|
|
| Method Summary | |
boolean |
isRunning()
Returns if the monitor is still running |
void |
run()
The run method allows the GlobusJobMonitor to run as a seperate thread. |
void |
setRunning(boolean b)
Sets the running state of the monitor |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GlobusJobMonitor(Job job)
job - | Method Detail |
public void run()
run in interface java.lang.RunnableRunnable.run()public boolean isRunning()
public void setRunning(boolean b)
b -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||