Parsing Engine

danbikel.switchboard
Class AbstractSwitchboardUser.Alive

java.lang.Object
  extended by 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().


Constructor Summary
protected AbstractSwitchboardUser.Alive()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSwitchboardUser.Alive

protected AbstractSwitchboardUser.Alive()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

Parsing Engine

Author: Dan Bikel.