All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class magician.Node.PacketAssemble

java.lang.Object
   |
   +----magician.Node.PacketAssemble

public class PacketAssemble
extends Object
implements Runnable, PerfConstants

Variable Index

 o EventMgr
 o pktsQ
queue of incoming packets

Constructor Index

 o PacketAssemble()

Method Index

 o Process(byte[])
convert packet stream into Smartpacket and put it in execute Queue of ActiveNodeManager
 o run()

Variables

 o pktsQ
 Queue pktsQ
queue of incoming packets

 o EventMgr
 EventManager EventMgr

Constructors

 o PacketAssemble
 public PacketAssemble()

Methods

 o run
 public void run()
 o Process
 public void Process(byte packet[])
convert packet stream into Smartpacket and put it in execute Queue of ActiveNodeManager

Parameters:
packet - a byte array containing the serialized Smartpacket
See Also:
ActiveNodeManager

All Packages  Class Hierarchy  This Package  Previous  Next  Index