All Packages Class Hierarchy This Package Previous Next Index
Class semper.dispatcher.BargainerDaemon
java.lang.Object
|
+----java.lang.Thread
|
+----semper.dispatcher.BargainerDaemon
- public class BargainerDaemon
- extends Thread
BargainerDaemon implements a handler for client-server
connection requests
- Author:
- Kostas Tzelepis, Petros Pantis
-
BargainerDaemon(BargainerMonitor)
- BargainerDaemon object constructor
-
run()
- This method blocks until a new connection request is arived.
BargainerDaemon
public BargainerDaemon(BargainerMonitor mo)
- BargainerDaemon object constructor
- Parameters:
- mo - the Monitor object
run
public void run()
- This method blocks until a new connection request is arived.
After that the tx-connection identifier will be passed to the BargainerMonitor
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index