|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.datamanager.kernel.DataManager
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.
| 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 |
public static final String STARTUP_DATA
| Method Detail |
protected void startSimpletonLoader()
throws DataManagerException
DataManagerException
public static void main(String[] input)
throws DataManagerException
DataManagerExceptionpublic void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||