autohit.server
Class BasicBootstrap

java.lang.Object
  extended byautohit.server.BasicBootstrap
Direct Known Subclasses:
BasicServer, SingleCommandLine

public class BasicBootstrap
extends java.lang.Object

Bootstrap the System Context

Version:
1.0 Version History EPG - Initial - 19Jul03
Author:
Erich P. Gatejen

Field Summary
 SystemContext sc
          System
 java.util.HashSet services
          Services loaded (as VMProcess')
 
Constructor Summary
BasicBootstrap()
          Default constructor.
BasicBootstrap(java.lang.String rootProps)
          Properties constructor.
 
Method Summary
 VMProcess runService(Service s)
          Run service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sc

public SystemContext sc
System


services

public java.util.HashSet services
Services loaded (as VMProcess')

Constructor Detail

BasicBootstrap

public BasicBootstrap()
               throws java.lang.Exception
Default constructor.


BasicBootstrap

public BasicBootstrap(java.lang.String rootProps)
               throws java.lang.Exception
Properties constructor. Give it a full path to the properties file.

Parameters:
rootProps - path to properties for System Context
Method Detail

runService

public VMProcess runService(Service s)
                     throws java.lang.Exception
Run service

Throws:
java.lang.Exception


Test.