monoserv
Class Main

java.lang.Object
  extended by monoserv.Main

public class Main
extends java.lang.Object

Main class to start a simple server loop.


Constructor Summary
Main(java.lang.String xmlFile)
          Creates a new instance of Main
 
Method Summary
static void main(java.lang.String[] args)
          Entry point
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(java.lang.String xmlFile)
Creates a new instance of Main

Parameters:
xmlFile - The XML file to be parsed for the chain manager.
Method Detail

main

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

Parameters:
args - the command line arguments

usage

public static void usage()