fipaos.platform.df
Class ModifyTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--fipaos.platform.df.DFTask
              |
              +--fipaos.platform.df.ModifyTask

public class ModifyTask
extends DFTask




Fields inherited from class fipaos.platform.df.DFTask
_acl, _ama, _conv, _df_db
 
Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
ModifyTask(Conversation conv, AgentManagementAction ama, Database db)
           
 
Method Summary
 void startTask()
          Invoked immediately after the task has been initialised by newTask()
 
Methods inherited from class fipaos.platform.df.DFTask
deregister, getRegistered, isRegistered, isRegistered, register, sendAgree, sendFailure, sendInformDone, sendInformResult, sendRefuse
 
Methods inherited from class fipaos.agent.task.Task
DFSearchResults, done, done, doneDFSearchTask, errorDFSearchTask, forward, forward, getContext, getNewConversation, getState, handleAcceptProposal, handleAgree, handleCfp, handleConfirm, handleDisconfirm, handleFailure, handleInform, handleInformIf, handleInformRef, handleLateMessage, handleNotUnderstood, handleOther, handlePropagate, handlePropose, handleProxy, handleQueryIf, handleQueryRef, handleRefuse, handleRejectProposal, handleRequest, handleRequestWhen, handleRequestWhenever, handleSubscribe, handleUndeliverableMessage, newTask, newTask, newTask, newTask, newTask, newTask, newTask, newTask, notify, notifyDone, notifyError, notifyMessageFailure, notifyMessageForEndedConversation, notifyTimeout, searchDF, searchDF, searchDF, searchDF, searchDF, sendNotUnderstood, setContext, timeoutDFSearchTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyTask

public ModifyTask(Conversation conv,
                  AgentManagementAction ama,
                  Database db)
Method Detail

startTask

public void startTask()
Description copied from class: Task
Invoked immediately after the task has been initialised by newTask()
Overrides:
startTask in class Task