Uses of Class
fipaos.agent.conversation.InvalidConversationIDException

Packages that use InvalidConversationIDException
fipaos.agent 
fipaos.agent.conversation 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 

Uses of InvalidConversationIDException in fipaos.agent
 

Methods in fipaos.agent that throw InvalidConversationIDException
ConversationFIPAOSAgent.getCurrentConversation(String conv)
          Method to retreive a conversation from the active list
 

Uses of InvalidConversationIDException in fipaos.agent.conversation
 

Methods in fipaos.agent.conversation that throw InvalidConversationIDException
ConversationConversationManager.getConversation(String conversation_id)
          Retrieves an active/previous Conversation that an Agent has had
voidConversationManager.removeConversation(String id)
          Removes the given conversation from the ConversationManager - this may be necessary in order to end conversations that have no defined end-point
 

Uses of InvalidConversationIDException in fipaos.agent.conversation.lightweight
 

Methods in fipaos.agent.conversation.lightweight that throw InvalidConversationIDException
(package private) voidLightweightConversationImpl.addMessage(Message message)
          This method is for the ConversationManager to add messages into the Conversation.
ConversationLightweightConversationManagerImpl.getConversation(String conversation_id)
          Retrieves an active/previous Conversation that an Agent has had
voidLightweightConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part of an exisiting conversation.
voidLightweightConversationManagerImpl.removeConversation(String id)
          Removes the given conversation from the ConversationManager - this may be necessary in order to end conversations that have no defined end-point
 

Uses of InvalidConversationIDException in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard that throw InvalidConversationIDException
synchronized voidConversationImpl.addMessage(Message msg)
          Method to add a message to the conversation - sets conversation state to updated as well.
ConversationConversationManagerImpl.getConversation(String conversation_id)
          Retrieves an active/previous Conversation that an Agent has had
voidConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part of an exisiting conversation.