org.kaariboga.domainserver
Class Main

java.lang.Object
  |
  +--org.kaariboga.domainserver.Main

public class Main
extends java.lang.Object

Reads in properties and starts the DomainServer


Constructor Summary
Main(java.lang.String propertiesFile)
          Reads in properties and starts the domain server.
 
Method Summary
static void main(java.lang.String[] args)
          Starts the program.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(java.lang.String propertiesFile)
Reads in properties and starts the domain server.
Parameters:
propertiesFile - Filename of the configuration file.
Method Detail

main

public static void main(java.lang.String[] args)
Starts the program.