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

Constructor Index

 o BargainerDaemon(BargainerMonitor)
BargainerDaemon object constructor

Method Index

 o run()
This method blocks until a new connection request is arived.

Constructors

 o BargainerDaemon
 public BargainerDaemon(BargainerMonitor mo)
BargainerDaemon object constructor

Parameters:
mo - the Monitor object

Methods

 o 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