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


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.system.main.CommandLine
log
 
Constructor Summary
EmbeddedClientCommandLine(Kernel kernel)
           
 
Method Summary
 int execute(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)
Method Detail

execute

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

getBootedKernel

protected 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 GBeanInfo getGBeanInfo()


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