Uses of Class
fipaos.mts.Message

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
MessageConversationImpl.MessageDetails._msg
          Message that this object is representing
 

Methods in fipaos.agent.conversation.standard with parameters of type Message
(package private) 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
voidTaskManager.TestSender.sendMessage(fipaos.mts.Message p1)
          
 

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)