Uses of Class
fipaos.tutorial.emarkets.escrow.EscrowProtocolParticipantHandlerTask

Packages that use EscrowProtocolParticipantHandlerTask
fipaos.tutorial.emarkets.agent.manager 
fipaos.tutorial.emarkets.escrow 

Uses of EscrowProtocolParticipantHandlerTask in fipaos.tutorial.emarkets.agent.manager
 

Methods in fipaos.tutorial.emarkets.agent.manager with parameters of type EscrowProtocolParticipantHandlerTask
voidMarketManagerAgent.sendEscrowFailure(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)
          
voidMarketManagerAgent.sendEscrowInform(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)
          
 

Uses of EscrowProtocolParticipantHandlerTask in fipaos.tutorial.emarkets.escrow
 

Constructors in fipaos.tutorial.emarkets.escrow with parameters of type EscrowProtocolParticipantHandlerTask
EscrowDealData.EscrowDealData(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)
          Creates new EscrowDealData
 

Methods in fipaos.tutorial.emarkets.escrow that return EscrowProtocolParticipantHandlerTask
EscrowProtocolParticipantHandlerTaskEscrowDealData.getHandler()
          
 

Methods in fipaos.tutorial.emarkets.escrow with parameters of type EscrowProtocolParticipantHandlerTask
synchronized voidEscrowDataManager.dealWithEscrow(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)
          
voidEscrowDataManagerAbility.sendEscrowFailure(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)
          
voidEscrowDataManagerAbility.sendEscrowInform(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)