Class SmartAckPing
java.lang.Object
|
+----magician.Node.KU_SmartPacket_V2
|
+----magician.Node.ReliableCommFW
|
+----SmartAckPing
- public class SmartAckPing
- 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
-
SmartAckPing()
- initializes the object
-
exec()
- well-known entry point for use code
-
finalize()
- garbage collection
SmartAckPing
public SmartAckPing()
- 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