org.apache.geronimo.system.main
Class Daemon

java.lang.Object
  extended by org.apache.geronimo.system.main.Daemon

public class Daemon
extends Object


Method Summary
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
 

Method Detail

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 © 2006 Apache Software Foundation. All Rights Reserved.