server
Class SConnectionWaiter

java.lang.Object
  extended by common.commun.AbstractConnectionWaiter
      extended by server.SConnectionWaiter
All Implemented Interfaces:
java.lang.Runnable

public class SConnectionWaiter
extends AbstractConnectionWaiter


Field Summary
 
Fields inherited from class common.commun.AbstractConnectionWaiter
trafficHandler
 
Constructor Summary
SConnectionWaiter(TrafficHandler h, int port)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SConnectionWaiter

public SConnectionWaiter(TrafficHandler h,
                         int port)
                  throws ClientConnectionWaiterInitException
Throws:
ClientConnectionWaiterInitException
Method Detail

run

public void run()