seda.sandStorm.lib.aSocket
Class ATcpServerSocketClosedEvent

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

public class ATcpServerSocketClosedEvent
extends aSocketErrorEvent

ATcpServerSocketClosedEvent objects will be passed up to the SinkIF associated with an ATcpServerSocket when a server socket dies. This can happen if an attempt to accept an incoming connection fails for some reason, generally due to running out of file descriptors.


Field Summary
 ATcpServerSocket server_socket
           
 
Constructor Summary
ATcpServerSocketClosedEvent()
           
ATcpServerSocketClosedEvent(ATcpServerSocket sock)
           
 
Method Summary
 
Methods inherited from class seda.sandStorm.lib.aSocket.aSocketErrorEvent
getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server_socket

public ATcpServerSocket server_socket
Constructor Detail

ATcpServerSocketClosedEvent

public ATcpServerSocketClosedEvent()

ATcpServerSocketClosedEvent

public ATcpServerSocketClosedEvent(ATcpServerSocket sock)