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
-
BargainerMan()
-
-
getBALocation()
- Method used to retrieve the package location of the registered BApp
-
init()
- Method used to initialise the Bargainer Dispatcher Module
-
main(String[])
- This method is called from the shell to
instantiate the Semper-Dispatcher.
-
setBALocation(String)
- Method used to update the location of the BApp
BargainerMan
public BargainerMan()
main
public static void main(String args[])
- This method is called from the shell to
instantiate the Semper-Dispatcher.
init
public static void init()
- Method used to initialise the Bargainer Dispatcher Module
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
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