client.net
Class PendingConnectionController

java.lang.Object
  extended by client.net.PendingConnectionController

public class PendingConnectionController
extends java.lang.Object

Purpose of this class is to make ATP and PTP connection waiting transparent to managers.


Constructor Summary
PendingConnectionController(TrafficHandler th, ConnectionProvider con)
           
 
Method Summary
 void createPendingConnection(java.lang.String host, int port, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingConnectionController

public PendingConnectionController(TrafficHandler th,
                                   ConnectionProvider con)
Method Detail

createPendingConnection

public void createPendingConnection(java.lang.String host,
                                    int port,
                                    java.lang.String msg)