All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface magician.Node.ExecEnvironment

public interface ExecEnvironment
extends Runnable
Interface for execution environments at this node


Method Index

 o Process(byte[])
should implement the Process method with the exact same signature
 o Process(String, Object)
interface for entry point for executing environments
 o Send(String, Object)
interface for sending smartpackets into the network

Methods

 o Process
 public abstract void Process(byte packetbytes[])
should implement the Process method with the exact same signature

 o Process
 public abstract void Process(String destination,
                              Object SPObject)
interface for entry point for executing environments

Parameters:
destination - name of destination node
SPObject - the SmartPacket Object
 o Send
 public abstract boolean Send(String PortName,
                              Object SPObject)
interface for sending smartpackets into the network

Parameters:
PortName - the destination active node
SPObject - the Smartpacket object

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1