com.limegroup.gnutella
Class ConnectionWatchdog

java.lang.Object
  extended bycom.limegroup.gnutella.ConnectionWatchdog
All Implemented Interfaces:
java.lang.Runnable

public final class ConnectionWatchdog
extends java.lang.Object
implements java.lang.Runnable


Method Summary
static ConnectionWatchdog instance()
          Singleton accessor for ConnectionWatchdog instance.
 void run()
          Loop forever, replacing old dud connections with new good ones.
 void start()
          Starts the ConnectionWatchdog thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ConnectionWatchdog instance()
Singleton accessor for ConnectionWatchdog instance.


start

public void start()
Starts the ConnectionWatchdog thread.


run

public void run()
Loop forever, replacing old dud connections with new good ones.

Specified by:
run in interface java.lang.Runnable