org.klomp.snark
Class PeerMonitorTask

java.lang.Object
  extended by org.klomp.snark.PeerMonitorTask
All Implemented Interfaces:
Runnable

Deprecated. unused, for command line client only, commented out in Snark.java

 class PeerMonitorTask
extends Object
implements Runnable

TimerTask that monitors the peers and total up/download speeds. Works together with the main Snark class to report periodical statistics.


Field Summary
(package private) static long MONITOR_PERIOD
          Deprecated.  
 
Constructor Summary
PeerMonitorTask(PeerCoordinator coordinator)
          Deprecated.  
 
Method Summary
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MONITOR_PERIOD

static final long MONITOR_PERIOD
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

PeerMonitorTask

PeerMonitorTask(PeerCoordinator coordinator)
Deprecated. 
Method Detail

run

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