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

Version:
$Rev:385659 $ $Date: 2009-10-30 23:33:15 +0800 (Fri, 30 Oct 2009) $

Field Summary
 
Fields inherited from class org.apache.geronimo.system.main.EmbeddedDaemon
GBEAN_INFO, kernel
 
Method Summary
protected  int initializeKernel()
           
static void main(java.lang.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
cleanCache, doStartup, execute, getGBeanInfo, initializeMonitor, initializeOverride, initializeSecure, 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 java.lang.Exception
Overrides:
initializeKernel in class EmbeddedDaemon
Throws:
java.lang.Exception

main

public static void main(java.lang.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-2012 The Apache Geronimo development community. All Rights Reserved.