org.datamanager.kernel
Class DataManager

java.lang.Object
  |
  +--org.datamanager.kernel.DataManager
All Implemented Interfaces:
Runnable

public class DataManager
extends Object
implements Runnable

This is the startup code for the datamanager. When invoked this class will load a KernelGui that can be used to run Simpletons and UserInterfaces that are located in the startup directory.

Author:
Matthew Farrellee

Nested Class Summary
 class DataManager.DataManagerThreadGroup
          Inner class extending ThreadGroup used for trapping uncaught exceptions.
 
Field Summary
static String STARTUP_DATA
          The startup data XML file's name.
 
Method Summary
static void main(String[] input)
          Main method.
 void run()
           
protected  void startSimpletonLoader()
          Starts the SimpletonLoaderProcess.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STARTUP_DATA

public static final String STARTUP_DATA
The startup data XML file's name.

See Also:
Constant Field Values
Method Detail

startSimpletonLoader

protected void startSimpletonLoader()
                             throws DataManagerException
Starts the SimpletonLoaderProcess.

DataManagerException

main

public static void main(String[] input)
                 throws DataManagerException
Main method. Currently it does not take any parameters. Creates a new DataManager and initializes it.

DataManagerException

run

public void run()
Specified by:
run in interface Runnable


See the Helium Website