seda.sandStorm.lib.aSocket
Class AUdpCloseRequest

java.lang.Object
  extended byseda.sandStorm.lib.aSocket.aSocketRequest
      extended byseda.sandStorm.lib.aSocket.AUdpCloseRequest
All Implemented Interfaces:
QueueElementIF

public class AUdpCloseRequest
extends aSocketRequest
implements QueueElementIF

Request to close a UDP socket.


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

Field Detail

sock

AUdpSocket sock

compQ

public SinkIF compQ
Constructor Detail

AUdpCloseRequest

public AUdpCloseRequest(AUdpSocket sock,
                        SinkIF compQ)