All Packages Class Hierarchy This Package Previous Next Index
Class magician.Node.ReliableCommFW
java.lang.Object
|
+----magician.Node.KUSmartPacketV2
|
+----magician.Node.ReliableCommFW
- public abstract class ReliableCommFW
- extends KUSmartPacketV2
-
AckProto
-
-
MAX_RETRIES
-
-
ReliableCommFW()
- constructor
-
build()
- overrides method of default Smartpacket to create reliable framework
-
init()
- initializes required components
-
SendSmartPacket(String)
- To be used when packet is to be sent directly without
execution at the local node
AckProto
public SliWinAck AckProto
MAX_RETRIES
static final int MAX_RETRIES
ReliableCommFW
public ReliableCommFW()
- constructor
init
public void init()
- initializes required components
build
public void build()
- overrides method of default Smartpacket to create reliable framework
- Overrides:
- build in class KUSmartPacketV2
- See Also:
- KUSmartPacketV2
SendSmartPacket
public void SendSmartPacket(String Destination)
- To be used when packet is to be sent directly without
execution at the local node
- Parameters:
- destination - the name of the destination active node
- Overrides:
- SendSmartPacket in class KUSmartPacketV2
All Packages Class Hierarchy This Package Previous Next Index