bamboo.lss
Class Network.MySendCB
java.lang.Object
bamboo.lss.Network.MySendCB
- All Implemented Interfaces:
- UdpCC.SendCB
- Enclosing class:
- Network
protected class Network.MySendCB
- extends Object
- implements UdpCC.SendCB
|
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 |
comp_q
protected SinkIF comp_q
user_data
protected Object user_data
Network.MySendCB
public Network.MySendCB(SinkIF c,
Object u)
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 sendsuccess - whether the message was acknowledged by the
recipient