fipaos.tutorial.emarkets.escrow
Class EscrowDealData


public class EscrowDealData


Constructor Summary
EscrowDealData(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)
          Creates new EscrowDealData

Method Summary
 EscrowMessagegetEscrowMessage()
           
 EscrowProtocolParticipantHandlerTaskgetHandler()
           
 booleanhasTimedOut()
           
 voidtimedOut()
           

Constructor Detail

EscrowDealData

public EscrowDealData(EscrowMessage escrow_msg, EscrowProtocolParticipantHandlerTask handler)
Creates new EscrowDealData
Method Detail

getEscrowMessage

public EscrowMessage getEscrowMessage()

getHandler

public EscrowProtocolParticipantHandlerTask getHandler()

hasTimedOut

public boolean hasTimedOut()

timedOut

public void timedOut()

Association Links

to Class fipaos.tutorial.emarkets.message.EscrowMessage

to Class fipaos.tutorial.emarkets.escrow.EscrowProtocolParticipantHandlerTask