seda.sandStorm.lib.aSocket
Class ATcpConnectFailedEvent

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

public class ATcpConnectFailedEvent
extends aSocketErrorEvent

ATcpConnectFailedEvent objects will be passed to the SinkIF associated with an ATcpClientSocket when a connection attempt fails.

See Also:
ATcpClientSocket

Field Summary
 ATcpClientSocket theSocket
           
 
Constructor Summary
ATcpConnectFailedEvent(ATcpClientSocket sock, java.lang.String message)
           
 
Method Summary
 ATcpClientSocket getSocket()
           
 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 ATcpClientSocket theSocket
Constructor Detail

ATcpConnectFailedEvent

public ATcpConnectFailedEvent(ATcpClientSocket sock,
                              java.lang.String message)
Method Detail

getSocket

public ATcpClientSocket getSocket()

toString

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