| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
Conversation | FIPAOSAgent.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 | |
Conversation | ConversationManager.getConversation(String conversation_id) Retrieves an active/previous Conversation that an Agent has had |
void | ConversationManager.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) void | LightweightConversationImpl.addMessage(Message message) This method is for the ConversationManager to add messages into the Conversation. |
Conversation | LightweightConversationManagerImpl.getConversation(String conversation_id) Retrieves an active/previous Conversation that an Agent has had |
void | LightweightConversationManagerImpl.handleMessage(Message msg) Looks at a Message and checks to see if it part of an exisiting conversation. |
void | LightweightConversationManagerImpl.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 void | ConversationImpl.addMessage(Message msg) Method to add a message to the conversation - sets conversation state to updated as well. |
Conversation | ConversationManagerImpl.getConversation(String conversation_id) Retrieves an active/previous Conversation that an Agent has had |
void | ConversationManagerImpl.handleMessage(Message msg) Looks at a Message and checks to see if it part of an exisiting conversation. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |