All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.dispatcher.BargainerMan

java.lang.Object
   |
   +----semper.dispatcher.BargainerMan

public class BargainerMan
extends Object
The BargainerMan class provides the main method to start the Dispatcher from shell

Version:
$Revision: 1.3 $ $Date: 1998/09/18 12:59:42 $
Author:
Petros Pantis, Kostas Tzelepis

Constructor Index

 o BargainerMan()

Method Index

 o getBALocation()
Method used to retrieve the package location of the registered BApp
 o init()
Method used to initialise the Bargainer Dispatcher Module
 o main(String[])
This method is called from the shell to instantiate the Semper-Dispatcher.
 o setBALocation(String)
Method used to update the location of the BApp

Constructors

 o BargainerMan
 public BargainerMan()

Methods

 o main
 public static void main(String args[])
This method is called from the shell to instantiate the Semper-Dispatcher.

 o init
 public static void init()
Method used to initialise the Bargainer Dispatcher Module

 o getBALocation
 protected static String getBALocation()
Method used to retrieve the package location of the registered BApp

Returns:
value the full package name of the BApp implementation code
 o setBALocation
 protected static boolean setBALocation(String newLoc)
Method used to update the location of the BApp

Parameters:
newLoc - the new package location of the BApp
Returns:
value true if the implementation code exists

All Packages  Class Hierarchy  This Package  Previous  Next  Index