seda.sandStorm.lib.aSocket
Class AUdpStartReadRequest

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

public class AUdpStartReadRequest
extends aSocketRequest
implements QueueElementIF

Request to initiate read events on a UDP socket.


Field Summary
(package private)  SinkIF compQ
           
(package private)  int readClogTries
           
(package private)  AUdpSocket sock
           
 
Constructor Summary
AUdpStartReadRequest(AUdpSocket sock, SinkIF compQ, int readClogTries)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sock

AUdpSocket sock

compQ

SinkIF compQ

readClogTries

int readClogTries
Constructor Detail

AUdpStartReadRequest

public AUdpStartReadRequest(AUdpSocket sock,
                            SinkIF compQ,
                            int readClogTries)