| java.lang.Object org.sakaiproject.james.PhoenixLauncherMain
PhoenixLauncherMain | final public class PhoenixLauncherMain (Code) | | 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.
author: Peter Donald |
Method Summary | |
final public static void | main(String[] args) Main entry point for Phoenix. | final protected static void | shutdown() Method to call to shutdown Phoenix from an external (calling) application. | final protected static int | startup(String[] args, Map data, boolean blocking) Method to call to startup Phoenix from an external (calling) application. |
main | final public static void main(String[] args) throws Exception(Code) | | Main entry point for Phoenix.
Parameters: args - the command line arguments throws: Exception - if an error occurs |
shutdown | final protected static void shutdown()(Code) | | Method to call to shutdown Phoenix from an external (calling) application. Protected to allow access from DaemonLauncher.
|
startup | final protected static int startup(String[] args, Map data, boolean blocking) throws Exception(Code) | | Method to call to startup Phoenix from an external (calling) application. Protected to allow access from DaemonLauncher.
Parameters: args - the command line arg array Parameters: data - a set of extra parameters to pass to embeddor Parameters: blocking - false if the current thread is expected to return. the exit code which should be used to exit the JVM throws: Exception - if an error occurs |
|
|