Uses of Class
fipaos.tutorial.emarkets.message.EscrowMessage

Packages that use EscrowMessage
fipaos.tutorial.emarkets.agent.manager 
fipaos.tutorial.emarkets.escrow 
fipaos.tutorial.emarkets.message 

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

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

Uses of EscrowMessage in fipaos.tutorial.emarkets.escrow
 

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

Methods in fipaos.tutorial.emarkets.escrow that return EscrowMessage
EscrowMessageEscrowDealData.getEscrowMessage()
          
 

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

Uses of EscrowMessage in fipaos.tutorial.emarkets.message
 

Classes in fipaos.tutorial.emarkets.message that implement EscrowMessage
class EscrowMessageImpl