Uses of Class
fipaos.agent.conversation.UnknownProtocolException

Packages that use UnknownProtocolException
fipaos.agent 
fipaos.agent.conversation 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 
fipaos.agent.conversation.standard.protocol 

Uses of UnknownProtocolException in fipaos.agent
 

Methods in fipaos.agent that throw UnknownProtocolException
ConversationFIPAOSAgent.getNewConversation(String protocol)
          Method to get a new Conversation object from the conversation manager given the protocol specified
 

Uses of UnknownProtocolException in fipaos.agent.conversation
 

Methods in fipaos.agent.conversation that throw UnknownProtocolException
ConversationConversationManager.addConversation(String protocol)
          Method to create a new conversation given a protcol, and add it to the active list
 

Uses of UnknownProtocolException in fipaos.agent.conversation.lightweight
 

Methods in fipaos.agent.conversation.lightweight that throw UnknownProtocolException
ConversationLightweightConversationManagerImpl.addConversation(String protocol)
          Method to create a new conversation given a protcol, and add it to the active list.
voidLightweightConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part of an exisiting conversation.
 

Uses of UnknownProtocolException in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard that throw UnknownProtocolException
static ConversationImplConversationImpl.getConversation(String protocol, AgentID agent_name)
          Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent
static ConversationImplConversationImpl.getConversation(String protocol, String agent_name)
          Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent
ConversationConversationManagerImpl.addConversation(String protocol)
          Method to create a new conversation given a protcol, and add it to the active list
(package private) static StringConversationManagerImpl.getProtocolClassName(String protocol)
          Returns the protocol class name for the protocol passed in to the method.
voidConversationManagerImpl.handleMessage(Message msg)
          Looks at a Message and checks to see if it part of an exisiting conversation.
 

Uses of UnknownProtocolException in fipaos.agent.conversation.standard.protocol
 

Methods in fipaos.agent.conversation.standard.protocol that throw UnknownProtocolException
static voidNoProtocol.main(String[] args)