| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Envelope in fipaos.agent.conversation |
Methods in fipaos.agent.conversation that return Envelope | |
Envelope | Conversation.getEnvelope(int index) Get the Envelope of the latest message received |
Uses of Envelope in fipaos.agent.conversation.lightweight |
Methods in fipaos.agent.conversation.lightweight that return Envelope | |
fipaos.ont.fipa.fipaman.Envelope | LightweightConversationImpl.getEnvelope(int index) Get the Envelope of a message received. |
Uses of Envelope in fipaos.agent.conversation.standard |
Methods in fipaos.agent.conversation.standard that return Envelope | |
Envelope | ConversationImpl.getEnvelope(int index) Get the Envelope of the latest message received |
Uses of Envelope in fipaos.mts |
Constructors in fipaos.mts with parameters of type Envelope | |
Message.Message(Envelope env, ACL acl) Create a new Message based upon the given Envelope (which is assumed to contain an ACL object). |
Methods in fipaos.mts that return Envelope | |
Envelope | Message.getEnvelope() Gets the Envelope that is part of this Message |
Methods in fipaos.mts with parameters of type Envelope | |
final void | ExternalMTPBase.incoming(Envelope env, byte[] msg) Incoming messages are passed to this via this method |
final void | ExternalMTPBase.outgoing(Envelope env, byte[] msg) Outgoing messages are passed to this via this method |
(package private) final void | ExternalMTPBase.receive(Envelope p1, Object p2) Invoked when the MTPBase class is passing an incoming message back |
(package private) final void | ExternalMTPBase.send(Object target, Envelope p1, Object p2) Send the given message to the given target - the target is the result of a call to one of the lookup() methods |
(package private) final void | InternalMTPBase.receive(Envelope p1, Object p2) Invoked when the MTPBase class is passing an incoming message back |
(package private) final void | InternalMTPBase.send(Object target, Envelope p1, Object p2) Send the given message to the given target - the target is the result of a call to one of the lookup() methods |
(package private) abstract void | MTPBase.receive(Envelope envelope, Object msg) Invoked when a message is received - subclasses should implement this to deal with incoming messages (i.e. |
(package private) abstract void | MTPBase.send(Object target, Envelope envelope, Object msg) Send the given message to the given target - the target is the result of a call to one of the lookup() methods |
Uses of Envelope in fipaos.mts.event |
Methods in fipaos.mts.event with parameters of type Envelope | |
void | MessageListener.notifyDelivery(Envelope env) This method is used to notify when a particular Message has been sent by an MTP succesfully (this doesn't gaurantee reception however - just that the message has left the local MTS stack) |
Uses of Envelope in fipaos.mts.httpMTP |
Constructors in fipaos.mts.httpMTP with parameters of type Envelope | |
SenderThread.SenderThread(fipaos.util.URL target, Envelope env, byte[] msg) |
Methods in fipaos.mts.httpMTP with parameters of type Envelope | |
void | CallBack.incomingCall(Envelope envelope, byte[] aclMessage) |
void | HTTPComms.incomingCall(Envelope env, byte[] msg) |
Uses of Envelope in fipaos.mts.service |
Methods in fipaos.mts.service with parameters of type Envelope | |
synchronized void | BufferService.incoming(Envelope p1, byte[] p2) |
synchronized void | BufferService.outgoing(Envelope p1, byte[] p2) |
synchronized void | CommMultiplexService.incoming(Envelope p1, byte[] p2) |
synchronized void | CommMultiplexService.outgoing(Envelope p1, byte[] p2) |
synchronized void | ParserService.incoming(Envelope p1, byte[] p2) Incoming messages are passed to this via this method |
synchronized void | ParserService.outgoing(Envelope p1, byte[] p2) Outgoing messages are passed to this via this method |
void | PostParserService.incoming(Envelope env, byte[] msg) Incoming messages are passed to this via this method |
void | PostParserService.outgoing(Envelope env, byte[] msg) Outgoing messages are passed to this via this method |
Uses of Envelope in fipaos.ont.fipa.fipaman |
Methods in fipaos.ont.fipa.fipaman that return Envelope | |
synchronized Envelope | Envelope.getSubEnvelope(int x) Gets a particular sub-envelope |
Uses of Envelope in fipaos.parser.envelope.xml |
Methods in fipaos.parser.envelope.xml that return Envelope | |
static fipaos.ont.fipa.fipaman.Envelope | Parser.parse(byte[] env) Convert the given byte[] message into an Envelope |
Methods in fipaos.parser.envelope.xml with parameters of type Envelope | |
static byte[] | Parser.deparse(fipaos.ont.fipa.fipaman.Envelope env) Convert the given Envelope into FIPA-defined XML format |
Uses of Envelope in fipaos.test.mts.service |
Methods in fipaos.test.mts.service with parameters of type Envelope | |
void | CollectorService.incoming(fipaos.ont.fipa.fipaman.Envelope p1, byte[] p2) |
void | CollectorService.outgoing(fipaos.ont.fipa.fipaman.Envelope p1, byte[] p2) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |