| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Message in fipaos.agent |
Methods in fipaos.agent with parameters of type Message | |
void | FIPAOSAgent.forward(Message msg) Forward an message out via the ConversationManager |
void | FIPAOSAgent.notifyMessageInEndedConversation(Message msg) Indicates that the given Message arrived for a completed Conversation - override to deal with this if a TaskManager is not in use |
void | FIPAOSAgent.notifyMessageUndeliverable(Message msg) Indicates that the given Message was not deliverable - override to deal with this if a TaskManager is not in use |
Uses of Message in fipaos.agent.conversation |
Methods in fipaos.agent.conversation with parameters of type Message | |
void | ConversationListener.notifyMessageInEndedConversation(Message msg) Indicates that the given Message arrived for a completed Conversation |
void | ConversationListener.notifyMessageUndeliverable(Message msg) Indicates that the given Message was not deliverable |
Uses of Message in fipaos.agent.conversation.lightweight |
Fields in fipaos.agent.conversation.lightweight declared as Message | |
Message | LightweightConversationImpl.MessageDetails._msg Message that this object is representing |
Methods in fipaos.agent.conversation.lightweight with parameters of type Message | |
(package private) void | LightweightConversationImpl.addMessage(Message message) This method is for the ConversationManager to add messages into the Conversation. |
void | LightweightConversationManagerImpl.handleMessage(Message msg) Looks at a Message and checks to see if it part of an exisiting conversation. |
void | LightweightConversationManagerImpl.receiveMessage(fipaos.mts.Message msg) |
void | LightweightConversationManagerImpl.sendMessage(Message msg) Attempt to send the message given |
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 | |
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 | Task.handleLateMessage(Message msg) Please override implementation - by default sends a not-understood |
void | Task.handleUndeliverableMessage(Message msg) Please override implementation to deal with undeliverable messages NOTE: Not yet implemented |
void | Task.notifyMessageFailure(Message msg) Dispatches incoming messages that have bounced for some reason. |
void | Task.notifyMessageForEndedConversation(Message msg) Dispatches incoming message for ended conversation to the correct method. |
(package private) void | TaskManager.forward(Message msg, Task task) Sends a Message on behalf of the given Task. |
void | TaskManager.notifyMessageInEndedConversation(Message msg) Indicates that the given Message arrived for a completed Conversation - pass it to IDLE task |
void | TaskManager.notifyMessageUndeliverable(Message msg) Indicates that the given Message was not deliverable NOTE: This is a new feature which hasn't been fully tested |
Uses of Message in fipaos.agent.task.event |
Constructors in fipaos.agent.task.event with parameters of type Message | |
MessageDeliveryFailureEvent.MessageDeliveryFailureEvent(Message msg) Create event | |
MessageForEndedConversationEvent.MessageForEndedConversationEvent(Message msg) Create event |
Methods in fipaos.agent.task.event that return Message | |
Message | MessageDeliveryFailureEvent.getMessage() Get the Message that was undeliverable |
Message | MessageForEndedConversationEvent.getMessage() Get the Message associated with this event |
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.http.internal |
Fields in fipaos.mts.http.internal declared as Message | |
(package private) Message | SenderThread.messageStore |
Constructors in fipaos.mts.http.internal with parameters of type Message | |
SenderThread.SenderThread(Message msg, String host, ICallback parent, String id) | |
SenderThread.SenderThread(Message msg, String host, ICallback parent) |
Methods in fipaos.mts.http.internal with parameters of type Message | |
void | HTTPComms.failure(String reason, Message msg) Indicates failure when receiving a message. |
void | HTTPComms.handleMessage(Message msg) |
synchronized String | SenderThread.post(Message msg, String site) |
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) |
Uses of Message in fipaos.test.agent |
Methods in fipaos.test.agent that return Message | |
static Message | TestingMTP.getNextIncomingMessage() Get the next incoming message from the given Agent |
Methods in fipaos.test.agent with parameters of type Message | |
static boolean | TestingMTP.sendMessage(URL url, Message msg) Send the given message to the given Agent - please ensure to set AID in ACL and Envelope appropriately |
static boolean | TestingMTP.sendMessage(String name, Message msg) Send the given message to the given Agent - please ensure to set AID in ACL and Envelope appropriately |
Uses of Message in fipaos.test.mts.service |
Methods in fipaos.test.mts.service that return Message | |
fipaos.mts.Message | CollectorService.getNextMessage() |
Methods in fipaos.test.mts.service with parameters of type Message | |
void | CollectorService.incoming(fipaos.mts.Message p1) |
void | CollectorService.outgoing(fipaos.mts.Message p1) |
Uses of Message in fipaos.tool |
Methods in fipaos.tool with parameters of type Message | |
void | IOTestAgent.send(Message msg) Send message on behalf of GUI |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |