seda.sandStorm.lib.aSocket
Class ATcpListenSuccessEvent

java.lang.Object
  extended by seda.sandStorm.lib.aSocket.ATcpListenSuccessEvent
All Implemented Interfaces:
QueueElementIF

public class ATcpListenSuccessEvent
extends java.lang.Object
implements QueueElementIF

ATcpListenSuccessEvent objects will be passed to the SinkIF associated with an ATcpServerSocket when the socket successfully listens on the requested port.

See Also:
ATcpServerSocket

Field Summary
 ATcpServerSocket theSocket
           
 
Constructor Summary
ATcpListenSuccessEvent(ATcpServerSocket sock)
           
 
Method Summary
 ATcpServerSocket getSocket()
          Return the ATcpServerSocket for which the listen succeeded.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theSocket

public ATcpServerSocket theSocket
Constructor Detail

ATcpListenSuccessEvent

public ATcpListenSuccessEvent(ATcpServerSocket sock)
Method Detail

getSocket

public ATcpServerSocket getSocket()
Return the ATcpServerSocket for which the listen succeeded.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object