fipaos.platform.df
Class DFTask

fipaos.agent.task.Task
  |
  +--fipaos.platform.df.DFTask
Direct Known Subclasses:
DeregisterTask, ModifyTask, RegisterTask, SearchTask

public class DFTask
extends Task

TODO: Write a description of the class

$Revision: 1.6 $ $Date: 2001/03/09 21:47:01 $ $Author: alantreadway $


Constructor Summary
DFTask(Conversation conv, AgentManagementAction ama, Database db)
          Initialise DFTask

Methods inherited from class fipaos.agent.task.Task
doneDFSearchTask, errorDFSearchTask, getState, handleFailure, handleInform, handleRequest, notify, timeoutDFSearchTask

Constructor Detail

DFTask

public DFTask(Conversation conv, AgentManagementAction ama, Database db)
Initialise DFTask
Parameters:
conv - Conversation associated with this Task
ama - AgentManagementAction contained within the given Conversation
db - Database associated with the DF

Association Links

to Class fipaos.ont.fipa.ACL

Original ACL message containing the request

to Class fipaos.skill.db.Database

Reference to the DF's Database

to Class fipaos.agent.conversation.Conversation

Reference to the Conversation we are answering

to Class fipaos.ont.fipa.fipaman.AgentManagementAction

Reference to the AMA that this Task is attempting to carry out