Uses of Class
fipaos.mts.Message

Packages that use Message
fipaos.agent 
fipaos.agent.conversation 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 
fipaos.agent.task 
fipaos.agent.task.event 
fipaos.mts 
fipaos.mts.rmi.internal 
fipaos.mts.service 
fipaos.mts.service.preparse 
fipaos.test.agent 
fipaos.test.mts.service 
fipaos.tool 

Uses of Message in fipaos.agent
 

Methods in fipaos.agent with parameters of type Message
voidFIPAOSAgent.forward(Message msg)
          Forward an message out via the ConversationManager
voidFIPAOSAgent.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
voidFIPAOSAgent.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
voidConversationListener.notifyMessageInEndedConversation(Message msg)
          Indicates that the given Message arrived for a completed Conversation
voidConversationListener.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
MessageLightweightConversationImpl.MessageDetails._msg
          Message that this object is representing
 

Methods in fipaos.agent.conversation.lightweight with parameters of type Message
(package private) voidLightweightConversationImpl.addMessage(Message message)
          This method is for the ConversationManager to add messages into the
Conversation.
voidLightweightConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part
of an exisiting conversation.
voidLightweightConversationManagerImpl.receiveMessage(fipaos.mts.Message msg)
          
voidLightweightConversationManagerImpl.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
MessageConversationImpl.MessageDetails._msg
          Message that this object is representing
 

Methods in fipaos.agent.conversation.standard with parameters of type Message
synchronized voidConversationImpl.addMessage(Message msg)
          Method to add a message to the conversation - sets conversation state
to updated as well.
voidConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part
of an exisiting conversation.
voidConversationManagerImpl.receiveMessage(Message msg)
          Received an incoming message - put it through the CM
voidConversationManagerImpl.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
voidTask.handleLateMessage(Message msg)
          Please override implementation - by default sends a not-understood
voidTask.handleUndeliverableMessage(Message msg)
          Please override implementation to deal with undeliverable messages
NOTE: Not yet implemented
voidTask.notifyMessageFailure(Message msg)
          Dispatches incoming messages that have bounced for some reason.
voidTask.notifyMessageForEndedConversation(Message msg)
          Dispatches incoming message for ended conversation to the correct method.
(package private) voidTaskManager.forward(Message msg, Task task)
          Sends a Message on behalf of the given Task.
voidTaskManager.notifyMessageInEndedConversation(Message msg)
          Indicates that the given Message arrived for a completed Conversation - pass it to IDLE task
voidTaskManager.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
MessageMessageDeliveryFailureEvent.getMessage()
          Get the Message that was undeliverable
MessageMessageForEndedConversationEvent.getMessage()
          Get the Message associated with this event
 

Uses of Message in fipaos.mts
 

Methods in fipaos.mts with parameters of type Message
final voidInternalMTPBase.incoming(Message msg)
          Incoming messages are passed to this via this method
final voidInternalMTPBase.outgoing(Message msg)
          Outgoing messages are passed to this via this method
voidMessageReceiver.receiveMessage(Message msg)
          Deal with the incoming message
voidMessageSender.sendMessage(Message msg)
          Attempt to send the message given
voidMTS.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
voidMTS.message(Message msg)
          All messages to an Agent should be passed using this method
voidRMIComms.handleMessage(Message msg)
          
voidRMIComms.MTSListener.message(Message p1)
          All messages to an Agent should be passed using this method
voidRMIComms$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 voidBufferService.incoming(Message p1)
          
synchronized voidBufferService.outgoing(Message p1)
          
synchronized voidCommMultiplexService.incoming(Message p1)
          
synchronized voidCommMultiplexService.outgoing(Message p1)
          
synchronized voidParserService.incoming(Message p1)
          Incoming messages are passed to this via this method
synchronized voidParserService.outgoing(Message p1)
          Outgoing messages are passed to this via this method
voidPreParserService.incoming(Message msg)
          Incoming messages are passed to this via this method
voidPreParserService.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 voidACCRouterService.incoming(Message p1)
          
synchronized voidACCRouterService.outgoing(Message p1)
          
 

Uses of Message in fipaos.test.agent
 

Methods in fipaos.test.agent that return Message
static MessageTestingMTP.getNextIncomingMessage()
          Get the next incoming message from the given Agent
 

Methods in fipaos.test.agent with parameters of type Message
static booleanTestingMTP.sendMessage(URL url, Message msg)
          Send the given message to the given Agent - please ensure to set AID in ACL and Envelope appropriately
static booleanTestingMTP.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.MessageCollectorService.getNextMessage()
          
 

Methods in fipaos.test.mts.service with parameters of type Message
voidCollectorService.incoming(fipaos.mts.Message p1)
          
voidCollectorService.outgoing(fipaos.mts.Message p1)
          
 

Uses of Message in fipaos.tool
 

Methods in fipaos.tool with parameters of type Message
voidIOTestAgent.send(Message msg)
          Send message on behalf of GUI