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

public class ClientCommandLine
extends CommandLine


Field Summary
 
Fields inherited from class org.apache.geronimo.system.main.CommandLine
log
 
Constructor Summary
ClientCommandLine(org.apache.geronimo.kernel.repository.Artifact configuration, String[] args)
           
 
Method Summary
static void main(String[] args)
          Command line entry point called by executable jar
 
Methods inherited from class org.apache.geronimo.system.main.CommandLine
getKernel, invokeMainGBean, loadConfigurations, startKernel, 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(org.apache.geronimo.kernel.repository.Artifact configuration,
                         String[] args)
                  throws Exception
Throws:
Exception
Method Detail

main

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

Parameters:
args - command line args


Copyright © 2006 Apache Software Foundation. All Rights Reserved.