Class RemoteSlotManager.RemoteSlotPinger
- java.lang.Object
-
- java.util.TimerTask
-
- 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
Fields Modifier and Type Field Description private RemoteSlotManager
master
-
Constructor Summary
Constructors Constructor Description RemoteSlotPinger(RemoteSlotManager 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 RemoteSlotManager master
-
-
Constructor Detail
-
RemoteSlotPinger
RemoteSlotPinger(RemoteSlotManager master)
-
-