Project JXTA

net.jxta.impl.endpoint.tcp
Class TcpTransport.Watcher

java.lang.Object
  extended by java.util.TimerTask
      extended by net.jxta.impl.endpoint.tcp.TcpTransport.Watcher
All Implemented Interfaces:
Runnable
Enclosing class:
TcpTransport

static class TcpTransport.Watcher
extends TimerTask

TimerTask used to watch over connections.


Constructor Summary
TcpTransport.Watcher(Collection watchList)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpTransport.Watcher

public TcpTransport.Watcher(Collection watchList)
Method Detail

run

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

JXTA J2SE