fipaos.platform.ams
Class ModifyTask

fipaos.agent.task.Task
  |
  +--fipaos.platform.ams.AMSTask
        |
        +--fipaos.platform.ams.ModifyTask

public class ModifyTask
extends AMSTask




Constructor Summary
ModifyTask(Conversation conv, AgentManagementAction ama, Database db)
          This is the constructor for the ModifyTask.

Method Summary
 voidstartTask()
          This is the initial method to be invoked automatically.

Methods inherited from class fipaos.agent.task.Task
doneDFSearchTask, errorDFSearchTask, getContext, getState, handleAcceptProposal, handleAgree, handleCfp, handleConfirm, handleDisconfirm, handleFailure, handleInform, handleInformIf, handleInformRef, handleLateMessage, handleNotUnderstood, handlePropagate, handlePropose, handleProxy, handleQueryIf, handleQueryRef, handleRefuse, handleRejectProposal, handleRequest, handleRequestWhen, handleRequestWhenever, handleSubscribe, handleUndeliverableMessage, notify, notifyMessageFailure, notifyMessageForEndedConversation, setContext, timeoutDFSearchTask

Constructor Detail

ModifyTask

public ModifyTask(Conversation conv, AgentManagementAction ama, Database db)
This is the constructor for the ModifyTask.
Parameters:
conv - Conversation
ama - Agent Management Action
db - Database
Method Detail

startTask

public void startTask()
This is the initial method to be invoked automatically.