More information: http://www.cs.berkeley.edu/~mdw/proj/seda/

mdw.sandStorm.lib.aSocket
Class ATcpListenFailedEvent

java.lang.Object
  |
  +--mdw.sandStorm.lib.aSocket.aSocketErrorEvent
        |
        +--mdw.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.

Author:
Matt Welsh
See Also:
ATcpServerSocket

Field Summary
 ATcpServerSocket theSocket
           
 
Constructor Summary
(package private) 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 mdw.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

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

More information: http://www.cs.berkeley.edu/~mdw/proj/seda/