org.apache.geronimo.system.main
Class EmbeddedClientCommandLine

java.lang.Object
  extended by org.apache.geronimo.system.main.CommandLine
      extended by org.apache.geronimo.system.main.ClientCommandLine
          extended by org.apache.geronimo.system.main.EmbeddedClientCommandLine
All Implemented Interfaces:
org.apache.geronimo.kernel.util.Main

public class EmbeddedClientCommandLine
extends ClientCommandLine
implements org.apache.geronimo.kernel.util.Main

Version:
$Revision: 476049 $ $Date: 2006-11-17 15:35:17 +1100 (Fri, 17 Nov 2006) $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.system.main.CommandLine
log
 
Constructor Summary
EmbeddedClientCommandLine(org.apache.geronimo.kernel.Kernel kernel, org.osgi.framework.Bundle bundle)
           
 
Method Summary
 void doFail()
           
 int execute(Object opaque)
           
protected  org.apache.geronimo.kernel.Kernel getBootedKernel()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
protected  void initializeKernel()
           
 
Methods inherited from class org.apache.geronimo.system.main.ClientCommandLine
execute, main, startClient
 
Methods inherited from class org.apache.geronimo.system.main.CommandLine
doInvokeMainGBean, getKernel, invokeMainGBean, loadBootstrapConfiguration, loadConfigurations, startKernel, stopKernel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

EmbeddedClientCommandLine

public EmbeddedClientCommandLine(org.apache.geronimo.kernel.Kernel kernel,
                                 org.osgi.framework.Bundle bundle)
Method Detail

execute

public int execute(Object opaque)
Specified by:
execute in interface org.apache.geronimo.kernel.util.Main

getBootedKernel

protected org.apache.geronimo.kernel.Kernel getBootedKernel()
                                                     throws Exception
Overrides:
getBootedKernel in class CommandLine
Throws:
Exception

initializeKernel

protected void initializeKernel()
                         throws Exception
Overrides:
initializeKernel in class CommandLine
Throws:
Exception

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()

doFail

public void doFail()


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.