| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DatabaseProfile in fipaos.agent |
Methods in fipaos.agent with parameters of type DatabaseProfile | |
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 DatabaseProfile in fipaos.agent.conversation.lightweight |
Constructors in fipaos.agent.conversation.lightweight with parameters of type DatabaseProfile | |
LightweightConversationManagerImpl.LightweightConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile) Create and initalise the CM. |
Uses of DatabaseProfile in fipaos.agent.conversation.standard |
Constructors in fipaos.agent.conversation.standard with parameters of type DatabaseProfile | |
ConversationManagerImpl.ConversationManagerImpl(ConversationListener cl, MessageSender ms, FIPAOSAgent agent, DatabaseProfile db_profile, ProtocolProfile protocol_profile) Create and initalise the CM. |
Uses of DatabaseProfile in fipaos.agent.profile |
Classes in fipaos.agent.profile that implement DatabaseProfile | |
class | DatabaseProfileImpl |
Methods in fipaos.agent.profile that return DatabaseProfile | |
DatabaseProfile | ACCProfile.getDatabaseProfile() |
DatabaseProfile | ACCProfileImpl.getDatabaseProfile() |
DatabaseProfile | AgentProfile.getDatabaseProfile() |
DatabaseProfile | AgentProfileImpl.getDatabaseProfile() |
Methods in fipaos.agent.profile with parameters of type DatabaseProfile | |
void | ACCProfile.setDatabaseProfile(DatabaseProfile databaseProfile) |
void | ACCProfileImpl.setDatabaseProfile(DatabaseProfile databaseProfile) |
void | AgentProfile.setDatabaseProfile(DatabaseProfile databaseProfile) |
void | AgentProfileImpl.setDatabaseProfile(DatabaseProfile databaseProfile) |
Uses of DatabaseProfile in fipaos.skill.db |
Methods in fipaos.skill.db with parameters of type DatabaseProfile | |
static Database | DatabaseFactory.getDatabase(String name, DatabaseProfile db_profile) Method to dynamically load a database object which represents the named database, of the type specified by the given profile |
Uses of DatabaseProfile in fipaos.skill.db.memorydatabase |
Constructors in fipaos.skill.db.memorydatabase with parameters of type DatabaseProfile | |
MemoryDatabase.MemoryDatabase(String name, DatabaseProfile db_profile) Default constructor |
Uses of DatabaseProfile in fipaos.skill.db.nodatabase |
Constructors in fipaos.skill.db.nodatabase with parameters of type DatabaseProfile | |
NoDatabase.NoDatabase(String db_name, DatabaseProfile profile) |
Uses of DatabaseProfile in fipaos.skill.db.serializationdatabase |
Constructors in fipaos.skill.db.serializationdatabase with parameters of type DatabaseProfile | |
SerializationDatabase.SerializationDatabase(String name, DatabaseProfile db_profile) Default constructor |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |