net.jxta.impl.endpoint.tcp
Class TcpTransport.Watcher
java.lang.Object
java.util.TimerTask
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.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TcpTransport.Watcher
public TcpTransport.Watcher(Collection watchList)
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask