Project JXTA

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

java.lang.Object
  extended byjava.util.TimerTask
      extended bynet.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.


Field Summary
 
Fields inherited from class java.util.TimerTask
 
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()

JXTA J2SE