| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void | MarketManagerAgent.sendEscrowFailure(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler) |
void | MarketManagerAgent.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 | |
EscrowMessage | EscrowDealData.getEscrowMessage() |
Methods in fipaos.tutorial.emarkets.escrow with parameters of type EscrowMessage | |
synchronized void | EscrowDataManager.dealWithEscrow(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler) |
void | EscrowDataManagerAbility.sendEscrowFailure(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler) |
void | EscrowDataManagerAbility.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 |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |