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

Constructor Index

 o SmartAckPing()
initializes the object

Method Index

 o exec()
well-known entry point for use code
 o finalize()
garbage collection

Constructors

 o SmartAckPing
 public SmartAckPing()
initializes the object

Methods

 o exec
 public void exec()
well-known entry point for use code

Overrides:
exec in class KU_SmartPacket_V2
 o finalize
 protected void finalize()
garbage collection

Overrides:
finalize in class Object