Class semper.util.bootstrap.Library
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.bootstrap.Library

java.lang.Object
   |
   +----semper.util.bootstrap.Library

public class Library
extends Object
Class library combines common operations on all managers/modules and abstracts the different modules and services from a higher layers.
Version:
$Revision: 1.13 $ $Date: 1997/02/26 14:00:19 $
Author:
Michael Steiner ([email protected])

Method Index

 o init(String)
Initializes all SEMPER core libraries / service blocks.
 o isInitialised()
Check the initialisation status
 o isInitialising()
Returns true if Library.init() is being executed, false if not.

Methods

 o isInitialising
  public static boolean isInitialising()
Returns true if Library.init() is being executed, false if not. Used by BootstrapRole to determine whether it is locked (isInitialising() = false) or unlocked (isInitialising() = true).
Returns:
true if Library.init() is currently called
 o isInitialised
  public boolean isInitialised()
Check the initialisation status
Returns:
false if not initialised; true otherwise
 o init
  public static void init(String app_name)
Initializes all SEMPER core libraries / service blocks.
This function should normally be called be the main()-routines at the very beginning before calling any other SEMPER core functions.
Any exception in the initialization right now will result in the termination of the application !
See Also:
init, init, init, init, init, init, init, init, init, init, init

All Packages  Class Hierarchy  This Package  Previous  Next  Index