org.apache.geronimo.system.main
Class Daemon

java.lang.Object
  extended by org.apache.geronimo.system.main.EmbeddedDaemon
      extended by org.apache.geronimo.system.main.Daemon
All Implemented Interfaces:
Main

public class Daemon
extends EmbeddedDaemon


Field Summary
 
Fields inherited from class org.apache.geronimo.system.main.EmbeddedDaemon
GBEAN_INFO, kernel
 
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 org.apache.geronimo.system.main.EmbeddedDaemon
doStartup, execute, getGBeanInfo, initializeMonitor, initializeOverride, shutdownKernel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.