autohit.server.invoker
Class BasicServer
java.lang.Object
autohit.server.BasicBootstrap
autohit.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cmd
public SimTextCommand cmd
serverMode
public boolean serverMode
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.
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.