org.apache.geronimo.system.main
Class Daemon

java.lang.Object
  extended byorg.apache.geronimo.system.main.Daemon

public class Daemon
extends Object

Version:
$Revision: 1.10 $ $Date: 2004/09/09 02:27:31 $

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. Arguments are:
  • the filename of the directory to use for the configuration store. This will be created if it does not exist.
  • the id of a configuation to load
  • 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-2005 Apache Software Foundation. All Rights Reserved.