danbikel.switchboard
Class AbstractSwitchboardUser.Alive
java.lang.Object
danbikel.switchboard.AbstractSwitchboardUser.Alive
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- AbstractSwitchboardUser
protected class AbstractSwitchboardUser.Alive
- extends Object
- implements Runnable
Class to implement a thread that detects whether the switchboard
has gone down, by noticing when it has been too long since its
last call to AbstractSwitchboardUser.alive()
.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSwitchboardUser.Alive
protected AbstractSwitchboardUser.Alive()
run
public void run()
- Specified by:
run
in interface Runnable
Author: Dan Bikel.