autohit.server.invoker
Class BasicServer

java.lang.Object
  extended byautohit.server.BasicBootstrap
      extended byautohit.server.invoker.BasicServer

public class BasicServer
extends BasicBootstrap

A very basic server context

Version:
1.0 Version History

EPG - Initial - 16Sep03
EPG - Add HTTP command service - 5Apr05

Author:
Erich P. Gatejen

Field Summary
 SimTextCommand cmd
           
 boolean serverMode
           
 
Fields inherited from class autohit.server.BasicBootstrap
sc, services
 
Constructor Summary
BasicServer()
          Default constructor.
BasicServer(java.lang.String rootProps)
          Properties constructor.
 
Method Summary
 void go()
          Object main
static void main(java.lang.String[] args)
          main interface
 
Methods inherited from class autohit.server.BasicBootstrap
runService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmd

public SimTextCommand cmd

serverMode

public boolean serverMode
Constructor Detail

BasicServer

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


BasicServer

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

Method Detail

go

public void go()
        throws java.lang.Exception
Object main

Throws:
java.lang.Exception

main

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



Test.