zeus.actors.outtrays
Class Zeus_Native_Transport

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

public class Zeus_Native_Transport
extends java.lang.Object
implements OutTray

implementation of the OutTray interface that can be used to message on a Zeus (TCP/IP) communications channel


Field Summary
private  ZeusAgentContext context
           
 
Constructor Summary
Zeus_Native_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_Native_Transport

public Zeus_Native_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.