org.apache.geronimo.system.main
Class Daemon
java.lang.Object
org.apache.geronimo.system.main.EmbeddedDaemon
org.apache.geronimo.system.main.Daemon
- All Implemented Interfaces:
- Main
public class Daemon
- extends EmbeddedDaemon
Method Summary |
protected int |
initializeKernel()
|
static void |
main(String[] args)
Static entry point allowing a Kernel to be run from the command line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initializeKernel
protected int initializeKernel()
throws Exception
- Overrides:
initializeKernel
in class EmbeddedDaemon
- Throws:
Exception
main
public static void main(String[] args)
- Static entry point allowing a Kernel to be run from the command line.
Once the Kernel is booted and the configuration is loaded, the process
will remain running until the shutdown() method on the kernel is
invoked or until the JVM exits.
- Parameters:
args
- the command line arguments
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.