|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ourgrid.common.fd.MachinesPingerRunnable
public class MachinesPingerRunnable
This thread is used to execute real pings on Grid Machines. The thread is really necessary because since we are using synchozined communication and this can block wating some response.
Constructor Summary | |
---|---|
MachinesPingerRunnable(MonitoringUnit monitoringUnit)
The constructor. |
Method Summary | |
---|---|
void |
run()
Thread responsible for pinging Grid Machines and updating their states in the Monitor . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MachinesPingerRunnable(MonitoringUnit monitoringUnit)
monitoringUnit
- The monitoring unitMethod Detail |
---|
public void run()
Monitor
.
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |