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.31 $ $Date: 1998/08/18 08:22:03 $
- Author:
- Michael Steiner ([email protected])
-
init(String)
- Initializes all SEMPER core libraries / service blocks.
-
isInitialised()
- Check the initialisation status
-
isInitialising()
- Returns true if Library.init() is being executed, false if not.
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
isInitialised
public boolean isInitialised()
- Check the initialisation status
- Returns:
- false if not initialised; true otherwise
init
public static void init(String app_name)
- Initializes all SEMPER core libraries / service blocks.
This function should normally be called by 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, loadPrefs, init, init, init, init, init, init, init, init, init, init, init
All Packages Class Hierarchy This Package Previous Next Index