fipaos.tutorial.emarkets.escrow
Class EscrowProtocolParticipantHandlerTask

fipaos.agent.task.Task
  |
  +--fipaos.tutorial.emarkets.escrow.EscrowProtocolParticipantHandlerTask

public class EscrowProtocolParticipantHandlerTask
extends Task


Constructor Summary
EscrowProtocolParticipantHandlerTask(Conversation conv, EscrowProtocolParticipantAbility ability)
           

Method Summary
 voidsendFailure(Object msg_content)
           
 voidsendInform(Object msg_content)
           
 voidstartTask()
           

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

EscrowProtocolParticipantHandlerTask

public EscrowProtocolParticipantHandlerTask(Conversation conv, EscrowProtocolParticipantAbility ability)
Method Detail

sendFailure

public void sendFailure(Object msg_content)

sendInform

public void sendInform(Object msg_content)

startTask

public void startTask()

Association Links

to Class fipaos.agent.conversation.Conversation

to Class java.lang.String

to Class fipaos.ont.fipa.fipaman.AgentID

to Class fipaos.tutorial.emarkets.escrow.EscrowProtocolParticipantAbility