org.apache.geronimo.system.main
Class ClientCommandLine

java.lang.Object
  extended by org.apache.geronimo.system.main.CommandLine
      extended by org.apache.geronimo.system.main.ClientCommandLine
Direct Known Subclasses:
EmbeddedClientCommandLine

public class ClientCommandLine
extends CommandLine


Field Summary
 
Fields inherited from class org.apache.geronimo.system.main.CommandLine
log
 
Constructor Summary
protected ClientCommandLine()
           
  ClientCommandLine(Artifact configuration, String[] args)
           
 
Method Summary
 int execute(ClientCLParser parser)
           
static void main(String[] args)
          Command line entry point called by executable jar
protected  int startClient(Artifact configuration, String[] args)
           
 
Methods inherited from class org.apache.geronimo.system.main.CommandLine
doInvokeMainGBean, getBootedKernel, getKernel, initializeKernel, invokeMainGBean, loadBootstrapConfiguration, loadConfigurations, startKernel, stopKernel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCommandLine

public ClientCommandLine(Artifact configuration,
                         String[] args)
                  throws Exception
Throws:
Exception

ClientCommandLine

protected ClientCommandLine()
Method Detail

main

public static void main(String[] args)
Command line entry point called by executable jar

Parameters:
args - command line args

execute

public int execute(ClientCLParser parser)

startClient

protected int startClient(Artifact configuration,
                          String[] args)
                   throws Exception
Throws:
Exception


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