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.
-
-
Field Summary
Fields Modifier and Type Field Description private MasterSlotManager
master
-
Constructor Summary
Constructors Constructor Description RemoteSlotTimeoutChecker(MasterSlotManager master)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-
-
-
Field Detail
-
master
private final MasterSlotManager master
-
-
Constructor Detail
-
RemoteSlotTimeoutChecker
RemoteSlotTimeoutChecker(MasterSlotManager master)
-
-