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:
Main

public class EmbeddedClientCommandLine
extends ClientCommandLine
implements Main

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

Field Summary
static GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.system.main.CommandLine
log
 
Constructor Summary
EmbeddedClientCommandLine(Kernel kernel, org.osgi.framework.Bundle bundle)
           
 
Method Summary
 void doFail()
           
 int execute(java.lang.Object opaque)
           
protected  Kernel getBootedKernel()
           
static 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 GBeanInfo GBEAN_INFO
Constructor Detail

EmbeddedClientCommandLine

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

execute

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

getBootedKernel

protected Kernel getBootedKernel()
                          throws java.lang.Exception
Overrides:
getBootedKernel in class CommandLine
Throws:
java.lang.Exception

initializeKernel

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

getGBeanInfo

public static GBeanInfo getGBeanInfo()

doFail

public void doFail()


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