|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmux.app.AppServer
public class AppServer
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.
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 |
---|
public AppServer(java.lang.String configFilename)
Method Detail |
---|
public void start()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public App getApp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |