bamboo.lss
Class Network.MySendCB

java.lang.Object
  extended by bamboo.lss.Network.MySendCB
All Implemented Interfaces:
UdpCC.SendCB
Enclosing class:
Network

protected class Network.MySendCB
extends Object
implements UdpCC.SendCB


Field Summary
protected  SinkIF comp_q
           
protected  Object user_data
           
 
Constructor Summary
Network.MySendCB(SinkIF c, Object u)
           
 
Method Summary
 void cb(Object not_used, boolean success)
          The callback indicating the UdpCC layer is done with a particular message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comp_q

protected SinkIF comp_q

user_data

protected Object user_data
Constructor Detail

Network.MySendCB

public Network.MySendCB(SinkIF c,
                        Object u)
Method Detail

cb

public void cb(Object not_used,
               boolean success)
Description copied from interface: UdpCC.SendCB
The callback indicating the UdpCC layer is done with a particular message.

Specified by:
cb in interface UdpCC.SendCB
Parameters:
not_used - the data supplied to send
success - whether the message was acknowledged by the recipient