|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sakaiproject.james.PhoenixLauncherMain
public final class PhoenixLauncherMain
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 | |
|---|---|
PhoenixLauncherMain()
|
|
| Method Summary | |
|---|---|
static void |
main(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(String[] args,
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 PhoenixLauncherMain()
| Method Detail |
|---|
public static final void main(String[] args)
throws Exception
args - the command line arguments
Exception - if an error occurs
protected static final int startup(String[] args,
Map data,
boolean blocking)
throws 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.
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 | ||||||||