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
-
controlThread
-
-
display
-
-
finished
-
-
vControl
-
-
Bargainer()
-
-
cleanup()
-
-
clientShutDown()
-
-
dealShutDownInit()
-
-
dealShutDownRespond()
-
-
dispatchControlEvent(ActionEvent)
-
-
getActiveDeal()
-
-
getInfo()
- returns allways null
-
getName()
- Returns the name of the test BApp
-
getPeerAddress()
-
-
newControlEvent(ActionEvent)
-
-
serverShutDown()
-
-
showDlg(String, String)
-
-
startBA(ActiveDeal, TXContext)
- Starts the Business Application.
-
startExecution(String, String)
- Client's startExecution() method
-
startExecution(TXContext, String)
- server's startExecution() method
-
stopExecution()
- displays a message and returns
-
waitForEvent()
-
finished
public boolean finished
display
public Display display
vControl
public VControl vControl
controlThread
public Thread controlThread
Bargainer
public Bargainer()
startExecution
public void startExecution(TXContext tx,
String txId) throws Exception
- server's startExecution() method
startExecution
public void startExecution(String host,
String txId) throws Exception
- Client's startExecution() method
stopExecution
public boolean stopExecution()
- displays a message and returns
getName
public String getName()
- Returns the name of the test BApp
- Returns:
- value the BApp name
getActiveDeal
public ActiveDeal getActiveDeal()
getPeerAddress
public String getPeerAddress()
getInfo
public String getInfo()
- returns allways null
startBA
public void startBA(ActiveDeal activeDeal,
TXContext tx)
- Starts the Business Application.
waitForEvent
public synchronized void waitForEvent()
clientShutDown
public void clientShutDown()
serverShutDown
public void serverShutDown()
dealShutDownRespond
public void dealShutDownRespond()
dealShutDownInit
public void dealShutDownInit()
cleanup
public synchronized void cleanup()
newControlEvent
public synchronized void newControlEvent(ActionEvent e)
dispatchControlEvent
public void dispatchControlEvent(ActionEvent e)
showDlg
public static void showDlg(String title,
String message)
All Packages Class Hierarchy This Package Previous Next Index