seda.sandStorm.lib.aSocket
Class ATcpListenFailedEvent

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

public class ATcpListenFailedEvent
extends aSocketErrorEvent

ATcpListenFailedEvent objects will be passed to the SinkIF associated with an ATcpServerSocket when an attempt to create that server socket fails.

See Also:
ATcpServerSocket

Field Summary
 ATcpServerSocket theSocket
           
 
Constructor Summary
ATcpListenFailedEvent(ATcpServerSocket sock, java.lang.String message)
           
 
Method Summary
 ATcpServerSocket getSocket()
          Return the ATcpServerSocket for which the listen failed.
 java.lang.String toString()
           
 
Methods inherited from class seda.sandStorm.lib.aSocket.aSocketErrorEvent
getMessage
 
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

ATcpListenFailedEvent

public ATcpListenFailedEvent(ATcpServerSocket sock,
                             java.lang.String message)
Method Detail

getSocket

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


toString

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