fipaos.platform.ams
Class RegisterTask

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

public class RegisterTask
extends AMSTask

TODO: Write a description of the class




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

Method Summary
 voidstartTask()
          This is the initial method invoked by Task.

Methods inherited from class fipaos.agent.task.Task
doneDFSearchTask, endTask, 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

RegisterTask

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

startTask

public void startTask()
This is the initial method invoked by Task.