| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnknownProtocolException | |
fipaos.agent | |
fipaos.agent.conversation | |
fipaos.agent.conversation.standard | |
fipaos.agent.conversation.standard.protocol |
Uses of UnknownProtocolException in fipaos.agent |
Methods in fipaos.agent that throw UnknownProtocolException | |
Conversation | FIPAOSAgent.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 | |
Conversation | ConversationManager.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.standard |
Methods in fipaos.agent.conversation.standard that throw UnknownProtocolException | |
static ConversationImpl | ConversationImpl.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 ConversationImpl | ConversationImpl.getConversation(String protocol, String agent_name) Method to dynamically load a Conversation instance which follows the given protocol and belongs to the given Agent |
Conversation | ConversationManagerImpl.addConversation(String protocol) Method to create a new conversation given a protcol, and add it to the active list |
(package private) static String | ConversationManagerImpl.getProtocolClassName(String protocol) Returns the protocol class name for the protocol passed in to the method. |
void | ConversationManagerImpl.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 void | NoProtocol.main(String[] args) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |