Uses of Class
fipaos.skill.db.Database

Packages that use Database
fipaos.platform.ams 
fipaos.platform.df 
fipaos.skill.db 

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