Uses of Class
fipaos.skill.db.Database

Packages that use Database
fipaos.platform.ams 
fipaos.platform.df 
fipaos.skill.db 
fipaos.skill.db.memorydatabase 
fipaos.skill.db.nodatabase 
fipaos.skill.db.serializationdatabase 

Uses of Database in fipaos.platform.ams
 

Constructors in fipaos.platform.ams with parameters of type Database
AMSTask.AMSTask(Conversation conv, AgentManagementAction ama, Database db)
          Initialise DFTask
DeregisterTask.DeregisterTask(Conversation conv, AgentManagementAction ama, Database db)
          This is the constructor for the AMS Deregister task.
GetDescriptionTask.GetDescriptionTask(Conversation conv, AgentManagementAction ama, Database db)
          This is the constructor for the AMS GetDescription task.
ModifyTask.ModifyTask(Conversation conv, AgentManagementAction ama, Database db)
          This is the constructor for the ModifyTask.
RegisterTask.RegisterTask(Conversation conv, AgentManagementAction ama, Database db)
          This is the constructor for the Register Task.
SearchTask.SearchTask(Conversation conv, AgentManagementAction ama, Database db)
          This is the constructor for the SearchTask.
 

Uses of Database in fipaos.platform.df
 

Constructors in fipaos.platform.df with parameters of type Database
DeregisterTask.DeregisterTask(Conversation conv, AgentManagementAction ama, Database db)
          
DFTask.DFTask(Conversation conv, AgentManagementAction ama, Database db)
          Initialise DFTask
ModifyTask.ModifyTask(Conversation conv, AgentManagementAction ama, Database db)
          
RegisterTask.RegisterTask(Conversation conv, AgentManagementAction ama, Database db)
          
SearchTask.SearchTask(Conversation conv, AgentManagementAction ama, Database db)
          
 

Uses of Database in fipaos.skill.db
 

Methods in fipaos.skill.db that return Database
static DatabaseDatabaseFactory.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 Database in fipaos.skill.db.memorydatabase
 

Classes in fipaos.skill.db.memorydatabase that implement Database
class MemoryDatabase
          This Database implementation provides a simple non-persistent database

 

Uses of Database in fipaos.skill.db.nodatabase
 

Classes in fipaos.skill.db.nodatabase that implement Database
class NoDatabase
          
 

Uses of Database in fipaos.skill.db.serializationdatabase
 

Classes in fipaos.skill.db.serializationdatabase that implement Database
class SerializationDatabase
          This Database implementation provides a simple persistent database