seda.sandStorm.lib.aSocket
Class ATcpFlushRequest

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

 class ATcpFlushRequest
extends aSocketRequest
implements QueueElementIF

Request to flush a connection.


Field Summary
(package private)  SinkIF compQ
           
(package private)  ATcpConnection conn
           
 
Constructor Summary
ATcpFlushRequest(ATcpConnection conn, SinkIF compQ)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conn

ATcpConnection conn

compQ

SinkIF compQ
Constructor Detail

ATcpFlushRequest

ATcpFlushRequest(ATcpConnection conn,
                 SinkIF compQ)