Uses of Class
javax.agent.Envelope

Packages that use Envelope
JADE_SL   
javax.agent.service   
zeus.actors.outtrays   
zeus.concepts   
 

Uses of Envelope in JADE_SL
 

Fields in JADE_SL declared as Envelope
private  Envelope ACLMessage.messageEnvelope
           
 

Methods in JADE_SL that return Envelope
 Envelope ACLMessage.getEnvelope()
          Reads the envelope attached to this message, if any.
 

Methods in JADE_SL with parameters of type Envelope
 void ACLMessage.setEnvelope(Envelope e)
          Attaches an envelope to this message.
 

Uses of Envelope in javax.agent.service
 

Methods in javax.agent.service that return Envelope
 Envelope Transport.receive()
          I am not sure how receive() and receive (long) are going to be relevant to the Zeus model of active mailboxes...
 Envelope Transport.receive(long millis)
          I am not sure how receive() and receive (long) are going to be relevant to the Zeus model of active mailboxes...
 

Methods in javax.agent.service with parameters of type Envelope
 void Transport.send(Envelope envelope)
          I anticipate that the general use case for this method will be to use an implementation of zeus.actors.services.TransportFactory to generate an implentation of this interface, and then call this send method in order to send a message.
 

Uses of Envelope in zeus.actors.outtrays
 

Methods in zeus.actors.outtrays with parameters of type Envelope
 void FIPA_2000_HTTP_Transport.send(Envelope envelope)
          use this message to send an Envelope containing a FIPA_Performative to an FIPA 2000 HTTP complient interface..
 void FIPA_2000_IIOP_Transport.send(Envelope envelope)
           
 void FIPA_97_IIOP_Transport.send(Envelope envelope)
          send takes the Envelope, pops out the "object" and then tries to cast it to a zeus.concepts.FIPAPerformative.
 void Zeus_Container_Transport.send(Envelope env)
           
 void Zeus_Native_Transport.send(Envelope env)
           
 

Uses of Envelope in zeus.concepts
 

Methods in zeus.concepts that return Envelope
 Envelope FIPAPerformative.jasEnvelope(FIPA_AID_Address addr, java.lang.String thisTarget)
          Build a javax.agent.Envelope from a fipa address and a string
 



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