| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolProfile | |
fipaos.agent | |
fipaos.agent.conversation.lightweight | |
fipaos.agent.conversation.standard | |
fipaos.agent.profile |
Uses of ProtocolProfile in fipaos.agent |
Methods in fipaos.agent with parameters of type ProtocolProfile | |
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 ProtocolProfile in fipaos.agent.conversation.lightweight |
Constructors in fipaos.agent.conversation.lightweight with parameters of type ProtocolProfile | |
LightweightConversationManagerImpl.LightweightConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile) Create and initalise the CM. |
Uses of ProtocolProfile in fipaos.agent.conversation.standard |
Constructors in fipaos.agent.conversation.standard with parameters of type ProtocolProfile | |
ConversationManagerImpl.ConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile) Create and initalise the CM. |
Methods in fipaos.agent.conversation.standard with parameters of type ProtocolProfile | |
static void | ConversationManagerImpl.setProtocolProfile(ProtocolProfile pp) Method to set the ProtocolProfile for the JVM |
Uses of ProtocolProfile in fipaos.agent.profile |
Classes in fipaos.agent.profile that implement ProtocolProfile | |
class | ProtocolProfileImpl |
Methods in fipaos.agent.profile that return ProtocolProfile | |
ProtocolProfile | AgentProfile.getProtocolProfile() |
ProtocolProfile | AgentProfileImpl.getProtocolProfile() |
Methods in fipaos.agent.profile with parameters of type ProtocolProfile | |
void | AgentProfile.setProtocolProfile(ProtocolProfile protocolProfile) |
void | AgentProfileImpl.setProtocolProfile(ProtocolProfile protocolProfile) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |