Uses of Class
jade.domain.FIPAAgentManagement.Envelope

Packages that use Envelope
jade.core.event   
jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. 
jade.lang.acl This package contains the support for the FIPA Agent Communication Language (ACL) including the ACLMessage class, the parser, the encoder, and an helper class for representing templates of ACL messages. 
jade.mtp   
 

Uses of Envelope in jade.core.event
 

Methods in jade.core.event that return Envelope
 Envelope MTPEvent.getEnvelope()
           
 

Constructors in jade.core.event with parameters of type Envelope
MTPEvent(int id, ContainerID cid, Envelope e, byte[] pl)
           
 

Uses of Envelope in jade.domain.introspection
 

Methods in jade.domain.introspection that return Envelope
 Envelope ACLMessage.getEnvelope()
          Retrieve the message envelope.
 

Methods in jade.domain.introspection with parameters of type Envelope
 void ACLMessage.setEnvelope(Envelope e)
          Set the message envelope.
 

Uses of Envelope in jade.lang.acl
 

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

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

Uses of Envelope in jade.mtp
 

Methods in jade.mtp with parameters of type Envelope
 void OutChannel.deliver(java.lang.String addr, Envelope env, byte[] payload)
          Delivers to the specified address an ACL message, encoded in some concrete message representation, using the given envelope as a transmission header.
 void InChannel.Dispatcher.dispatchMessage(Envelope env, byte[] payload)