| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Envelope | |
fipaos.agent.conversation | |
fipaos.agent.conversation.standard | |
fipaos.mts | |
fipaos.mts.service | |
fipaos.ont.fipa.fipaman |
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.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.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 |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |