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
-
EventMgr
-
-
pktsQ
- queue of incoming packets
-
PacketAssemble()
-
-
Process(byte[])
- convert packet stream into Smartpacket and put it in execute Queue
of ActiveNodeManager
-
run()
-
pktsQ
Queue pktsQ
- queue of incoming packets
EventMgr
EventManager EventMgr
PacketAssemble
public PacketAssemble()
run
public void run()
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