org.jmux.app
Class AppServer

java.lang.Object
  extended by org.jmux.app.AppServer

public class AppServer
extends java.lang.Object

The system's main class. It is also possible to instantiate an AppServer using the constructor and start method, for testing and embedding etc.
The intent is that the -DconfigFile parameter should be the only one needed to start an application. Everything else should be in the configFile.

Author:
donaldw

Constructor Summary
AppServer(java.lang.String configFilename)
           
 
Method Summary
 App getApp()
           
static void main(java.lang.String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppServer

public AppServer(java.lang.String configFilename)
Method Detail

start

public void start()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getApp

public App getApp()


Copyright © 2006-2008 jmux.org. All Rights Reserved.