All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.BApp.bargainer.flow.Bargainer

java.lang.Object
   |
   +----semper.BApp.bargainer.flow.Bargainer

public class Bargainer
extends Object
implements BargainerImpl

Variable Index

 o controlThread
 o display
 o finished
 o vControl

Constructor Index

 o Bargainer()

Method Index

 o cleanup()
 o clientShutDown()
 o dealShutDownInit()
 o dealShutDownRespond()
 o dispatchControlEvent(ActionEvent)
 o getActiveDeal()
 o getInfo()
returns allways null
 o getName()
Returns the name of the test BApp
 o getPeerAddress()
 o newControlEvent(ActionEvent)
 o serverShutDown()
 o showDlg(String, String)
 o startBA(ActiveDeal, TXContext)
Starts the Business Application.
 o startExecution(String, String)
Client's startExecution() method
 o startExecution(TXContext, String)
server's startExecution() method
 o stopExecution()
displays a message and returns
 o waitForEvent()

Variables

 o finished
 public boolean finished
 o display
 public Display display
 o vControl
 public VControl vControl
 o controlThread
 public Thread controlThread

Constructors

 o Bargainer
 public Bargainer()

Methods

 o startExecution
 public void startExecution(TXContext tx,
                            String txId) throws Exception
server's startExecution() method

 o startExecution
 public void startExecution(String host,
                            String txId) throws Exception
Client's startExecution() method

 o stopExecution
 public boolean stopExecution()
displays a message and returns

 o getName
 public String getName()
Returns the name of the test BApp

Returns:
value the BApp name
 o getActiveDeal
 public ActiveDeal getActiveDeal()
 o getPeerAddress
 public String getPeerAddress()
 o getInfo
 public String getInfo()
returns allways null

 o startBA
 public void startBA(ActiveDeal activeDeal,
                     TXContext tx)
Starts the Business Application.

 o waitForEvent
 public synchronized void waitForEvent()
 o clientShutDown
 public void clientShutDown()
 o serverShutDown
 public void serverShutDown()
 o dealShutDownRespond
 public void dealShutDownRespond()
 o dealShutDownInit
 public void dealShutDownInit()
 o cleanup
 public synchronized void cleanup()
 o newControlEvent
 public synchronized void newControlEvent(ActionEvent e)
 o dispatchControlEvent
 public void dispatchControlEvent(ActionEvent e)
 o showDlg
 public static void showDlg(String title,
                            String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index