net.sf.basedb.clients.jobagent.slotmanager
Class MasterSlotManager.RemoteSlotTimeoutChecker
java.lang.Object
java.util.TimerTask
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
master
private final MasterSlotManager master
MasterSlotManager.RemoteSlotTimeoutChecker
MasterSlotManager.RemoteSlotTimeoutChecker(MasterSlotManager master)
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask