|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.phoenix.launcher.Main
PhoenixLoader is the class that bootstraps and sets up engine ClassLoader. It also sets up a default policy that gives full permissions to engine code.
Constructor Summary | |
Main()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Main entry point for Phoenix. |
protected static void |
shutdown()
Method to call to shutdown Phoenix from an external (calling) application. |
protected static int |
startup(java.lang.String[] args,
java.util.Map data,
boolean blocking)
Method to call to startup Phoenix from an external (calling) application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main()
Method Detail |
public static final void main(java.lang.String[] args) throws java.lang.Exception
args
- the command line arguments
java.lang.Exception
- if an error occursprotected static final int startup(java.lang.String[] args, java.util.Map data, boolean blocking) throws java.lang.Exception
args
- the command line arg arraydata
- a set of extra parameters to pass to embeddorblocking
- false if the current thread is expected to return.
java.lang.Exception
- if an error occursprotected static final void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |