| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversationListener | |
fipaos.agent | |
fipaos.agent.conversation.lightweight | |
fipaos.agent.conversation.standard | |
fipaos.agent.task |
Uses of ConversationListener in fipaos.agent |
Classes in fipaos.agent that implement ConversationListener | |
class | FIPAOSAgent Base FIPA-OS agent class implementing FIPA-OS specifics for agent to agent communication. |
Methods in fipaos.agent with parameters of type ConversationListener | |
ConversationManager | FIPAOSAgentComponentFactory.getCM(ConversationListener cl, MTS mts, FIPAOSAgent agent, DatabaseProfile dbp, ProtocolProfile pp) Generates a ConversationManager implementation |
ConversationManager | StandardFIPAOSAgentComponentFactory.getCM(ConversationListener cl, MTS mts, FIPAOSAgent agent, DatabaseProfile dbp, ProtocolProfile pp) Generates a ConversationManager implementation |
Uses of ConversationListener in fipaos.agent.conversation.lightweight |
Constructors in fipaos.agent.conversation.lightweight with parameters of type ConversationListener | |
LightweightConversationManagerImpl.LightweightConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile) Create and initalise the CM. |
Uses of ConversationListener in fipaos.agent.conversation.standard |
Constructors in fipaos.agent.conversation.standard with parameters of type ConversationListener | |
ConversationManagerImpl.ConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile) Create and initalise the CM. |
Uses of ConversationListener in fipaos.agent.task |
Classes in fipaos.agent.task that implement ConversationListener | |
class | TaskManager The TaskManager class stores task objects with their associated conversation IDs for an agent. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |