| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
fipaos.agent.conversation.standard | |
fipaos.agent.task | |
fipaos.mts | |
fipaos.mts.rmi.internal | |
fipaos.mts.service | |
fipaos.mts.service.preparse |
Uses of Message in fipaos.agent.conversation.standard |
Fields in fipaos.agent.conversation.standard declared as Message | |
Message | ConversationImpl.MessageDetails._msg Message that this object is representing |
Methods in fipaos.agent.conversation.standard with parameters of type Message | |
(package private) synchronized void | ConversationImpl.addMessage(Message msg) Method to add a message to the conversation - sets conversation state to updated as well. |
void | ConversationManagerImpl.handleMessage(Message msg) Looks at a Message and checks to see if it part of an exisiting conversation. |
void | ConversationManagerImpl.receiveMessage(Message msg) Received an incoming message - put it through the CM |
void | ConversationManagerImpl.sendMessage(Message msg) Attempt to send the given message |
Uses of Message in fipaos.agent.task |
Methods in fipaos.agent.task with parameters of type Message | |
void | TaskManager.TestSender.sendMessage(fipaos.mts.Message p1) |
Uses of Message in fipaos.mts |
Methods in fipaos.mts with parameters of type Message | |
final void | InternalMTPBase.incoming(Message msg) Incoming messages are passed to this via this method |
final void | InternalMTPBase.outgoing(Message msg) Outgoing messages are passed to this via this method |
void | MessageReceiver.receiveMessage(Message msg) Deal with the incoming message |
void | MessageSender.sendMessage(Message msg) Attempt to send the message given |
void | MTS.sendMessage(Message p1) Send the given message |
Uses of Message in fipaos.mts.rmi.internal |
Methods in fipaos.mts.rmi.internal with parameters of type Message | |
void | MTS.message(Message msg) All messages to an Agent should be passed using this method |
void | RMIComms.handleMessage(Message msg) |
void | RMIComms.MTSListener.message(Message p1) All messages to an Agent should be passed using this method |
void | RMIComms$MTSListener_Stub.message(fipaos.mts.Message $param_Message_1) |
Uses of Message in fipaos.mts.service |
Methods in fipaos.mts.service with parameters of type Message | |
synchronized void | BufferService.incoming(Message p1) |
synchronized void | BufferService.outgoing(Message p1) |
synchronized void | CommMultiplexService.incoming(Message p1) |
synchronized void | CommMultiplexService.outgoing(Message p1) |
synchronized void | ParserService.incoming(Message p1) Incoming messages are passed to this via this method |
synchronized void | ParserService.outgoing(Message p1) Outgoing messages are passed to this via this method |
void | PreParserService.incoming(Message msg) Incoming messages are passed to this via this method |
void | PreParserService.outgoing(Message msg) Outgoing messages are passed to this via this method |
Uses of Message in fipaos.mts.service.preparse |
Methods in fipaos.mts.service.preparse with parameters of type Message | |
synchronized void | ACCRouterService.incoming(Message p1) |
synchronized void | ACCRouterService.outgoing(Message p1) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |