All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.flow.FlowThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----semper.BApp.bargainer.flow.FlowThread

public class FlowThread
extends Thread

Variable Index

 o ABORTED
 o arrived
 o bargainer
 o CONTRACT_SIGN_RUN
 o CONTRACT_SIGN_WAIT
 o DELIVERY_RECEIPT_WAIT
 o DELIVERY_RUN
 o DELIVERY_WAIT
 o event
 o finished
 o formPanel
 o formThread
 o internalState
 o INVOICE_RECEIPT_WAIT
 o INVOICE_RUN
 o INVOICE_WAIT
 o NEGOTIATION_INIT
 o NEGOTIATION_RUN
 o NEGOTIATION_WAIT
 o PAYMENT_RECEIPT_RUN
 o PAYMENT_RECEIPT_WAIT
 o PAYMENT_RUN
 o PAYMENT_WAIT
 o sending

Constructor Index

 o FlowThread(Bargainer)
Constructs a new FlowThread object.

Method Index

 o cleanup()
 o clearStatus()
 o getBargainer()
 o getInternalState()
 o newFormEvent(ActionEvent)
 o setInternalState(String)
 o updateStatus(String)
 o waitForEvent()

Variables

 o finished
 public boolean finished
 o bargainer
 public Bargainer bargainer
 o sending
 public Transaction sending
 o arrived
 public Transaction arrived
 o internalState
 protected String internalState
 o formPanel
 public FormPanel formPanel
 o formThread
 public Thread formThread
 o event
 public EventObject event
 o NEGOTIATION_INIT
 protected static final String NEGOTIATION_INIT
 o NEGOTIATION_RUN
 protected static final String NEGOTIATION_RUN
 o NEGOTIATION_WAIT
 protected static final String NEGOTIATION_WAIT
 o CONTRACT_SIGN_WAIT
 protected static final String CONTRACT_SIGN_WAIT
 o CONTRACT_SIGN_RUN
 protected static final String CONTRACT_SIGN_RUN
 o INVOICE_WAIT
 protected static final String INVOICE_WAIT
 o INVOICE_RUN
 protected static final String INVOICE_RUN
 o INVOICE_RECEIPT_WAIT
 protected static final String INVOICE_RECEIPT_WAIT
 o PAYMENT_WAIT
 protected static final String PAYMENT_WAIT
 o PAYMENT_RUN
 protected static final String PAYMENT_RUN
 o PAYMENT_RECEIPT_WAIT
 protected static final String PAYMENT_RECEIPT_WAIT
 o PAYMENT_RECEIPT_RUN
 protected static final String PAYMENT_RECEIPT_RUN
 o DELIVERY_WAIT
 protected static final String DELIVERY_WAIT
 o DELIVERY_RUN
 protected static final String DELIVERY_RUN
 o DELIVERY_RECEIPT_WAIT
 protected static final String DELIVERY_RECEIPT_WAIT
 o ABORTED
 protected static final String ABORTED

Constructors

 o FlowThread
 public FlowThread(Bargainer bargainer)
Constructs a new FlowThread object.

Methods

 o getBargainer
 public Bargainer getBargainer()
 o setInternalState
 protected void setInternalState(String state)
 o getInternalState
 public String getInternalState()
 o updateStatus
 public void updateStatus(String text)
 o clearStatus
 public void clearStatus()
 o cleanup
 public synchronized void cleanup()
 o waitForEvent
 public synchronized void waitForEvent()
 o newFormEvent
 public synchronized void newFormEvent(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index