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
-
Process(byte[])
- should implement the Process method with the exact same signature
-
Process(String, Object)
- interface for entry point for executing environments
-
Send(String, Object)
- interface for sending smartpackets into the network
Process
public abstract void Process(byte packetbytes[])
- should implement the Process method with the exact same signature
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
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