org.apache.geronimo.system.main
Class EmbeddedDaemon

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

public class EmbeddedDaemon
extends Object
implements Main


Field Summary
static GBeanInfo GBEAN_INFO
           
protected  Kernel kernel
           
 
Constructor Summary
EmbeddedDaemon(Kernel kernel)
           
 
Method Summary
protected  int doStartup()
           
 int execute(Object opaque)
           
static GBeanInfo getGBeanInfo()
           
protected  int initializeKernel()
           
protected  void initializeMonitor(DaemonCLParser parser)
           
protected  void initializeOverride(DaemonCLParser parser)
           
protected  void shutdownKernel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kernel

protected final Kernel kernel

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

EmbeddedDaemon

public EmbeddedDaemon(Kernel kernel)
Method Detail

execute

public int execute(Object opaque)
Specified by:
execute in interface Main

initializeOverride

protected void initializeOverride(DaemonCLParser parser)

initializeMonitor

protected void initializeMonitor(DaemonCLParser parser)

doStartup

protected int doStartup()

shutdownKernel

protected void shutdownKernel()

initializeKernel

protected int initializeKernel()
                        throws Exception
Throws:
Exception

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.