Class SmartAckRoute
java.lang.Object
|
+----magician.Node.KU_SmartPacket_V2
|
+----magician.Node.ReliableCommFW
|
+----SmartAckRoute
- public class SmartAckRoute
- extends ReliableCommFW
This class also implements the ping application like SmartPing. But the
difference is that these Smartpackets are sent using reliable delivery
mechanisms. Since it uses stop and wait acknowledgement protocol, the
round trip times are nearly twice that of SmartPing packets
- See Also:
- SmartPing, ReliableCommFW
-
SmartAckRoute()
- initializes the object
-
exec()
- well-known entry point for use code
-
finalize()
- garbage collection
SmartAckRoute
public SmartAckRoute()
- initializes the object
exec
public void exec()
- well-known entry point for use code
- Overrides:
- exec in class KU_SmartPacket_V2
finalize
protected void finalize()
- garbage collection
- Overrides:
- finalize in class Object