2.17.2: 2011-06-17

net.sf.basedb.clients.jobagent.slotmanager
Class MasterSlotManager.RemoteSlotTimeoutChecker

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

static class MasterSlotManager.RemoteSlotTimeoutChecker
extends TimerTask

Task that is scheduled at regular intervals to check for timed out slots.


Field Summary
private  MasterSlotManager master
           
 
Constructor Summary
MasterSlotManager.RemoteSlotTimeoutChecker(MasterSlotManager 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 MasterSlotManager master
Constructor Detail

MasterSlotManager.RemoteSlotTimeoutChecker

MasterSlotManager.RemoteSlotTimeoutChecker(MasterSlotManager 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