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

Variable Index

 o AckProto
 o MAX_RETRIES

Constructor Index

 o ReliableCommFW()
constructor

Method Index

 o build()
overrides method of default Smartpacket to create reliable framework
 o init()
initializes required components
 o SendSmartPacket(String)
To be used when packet is to be sent directly without execution at the local node

Variables

 o AckProto
 public SliWinAck AckProto
 o MAX_RETRIES
 static final int MAX_RETRIES

Constructors

 o ReliableCommFW
 public ReliableCommFW()
constructor

Methods

 o init
 public void init()
initializes required components

 o build
 public void build()
overrides method of default Smartpacket to create reliable framework

Overrides:
build in class KUSmartPacketV2
See Also:
KUSmartPacketV2
 o 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