things.thinger.kernel.basic
Class KernelBasic_System_Bootstrap

java.lang.Object
  extended by things.thinger.kernel.basic.KernelBasic_System_Bootstrap

public class KernelBasic_System_Bootstrap
extends java.lang.Object

A local bootstrap for starting the system.

Version:
1.0

Version History

EPG - Initial - 10 AUG 07
 
Author:
Erich P. Gatejen

Field Summary
 KernelBasic kernel
          The kernel itself.
 ThingsException outputException
          Any output exception.
 
Constructor Summary
KernelBasic_System_Bootstrap()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main interface.
 void runIt(java.lang.String propertiesPath)
          Run it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kernel

public KernelBasic kernel
The kernel itself.


outputException

public ThingsException outputException
Any output exception.

Constructor Detail

KernelBasic_System_Bootstrap

public KernelBasic_System_Bootstrap()
Method Detail

main

public static void main(java.lang.String[] args)
Main interface.


runIt

public void runIt(java.lang.String propertiesPath)
Run it.

Parameters:
propertiesPath - the path to the configuration properties.


Things.