zeus.actors.outtrays
Class Zeus_Container_Transport

java.lang.Object
  extended byzeus.actors.outtrays.Zeus_Container_Transport
All Implemented Interfaces:
OutTray

public class Zeus_Container_Transport
extends java.lang.Object
implements OutTray

implementation of the OutTray interface that is used when two agents in the same container attempt to communicate


Field Summary
private  ZeusAgentContext context
           
 
Constructor Summary
Zeus_Container_Transport(ZeusAgentContext context)
           
 
Method Summary
 void send(Envelope env)
           
 void send(java.lang.Object obj)
           
 void send(Performative perf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

private ZeusAgentContext context
Constructor Detail

Zeus_Container_Transport

public Zeus_Container_Transport(ZeusAgentContext context)
Method Detail

send

public void send(java.lang.Object obj)
          throws UnsuitableMessageException
Specified by:
send in interface OutTray
Throws:
UnsuitableMessageException

send

public void send(Performative perf)

send

public void send(Envelope env)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.