2.17.2: 2011-06-17

net.sf.basedb.clients.jobagent.slotmanager
Class RemoteSlotManager.RemoteSlotPinger

java.lang.Object
  extended by java.util.TimerTask
      extended by net.sf.basedb.clients.jobagent.slotmanager.RemoteSlotManager.RemoteSlotPinger
All Implemented Interfaces:
Runnable
Enclosing class:
RemoteSlotManager

static class RemoteSlotManager.RemoteSlotPinger
extends TimerTask

Task that is scheduled at regular intervals to send ping commands to the remote host.


Field Summary
private  RemoteSlotManager master
           
 
Constructor Summary
RemoteSlotManager.RemoteSlotPinger(RemoteSlotManager master)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

master

private final RemoteSlotManager master
Constructor Detail

RemoteSlotManager.RemoteSlotPinger

RemoteSlotManager.RemoteSlotPinger(RemoteSlotManager master)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

2.17.2: 2011-06-17