org.apache.qpid.server
Class Main

java.lang.Object
  extended by org.apache.qpid.server.Main

public class Main
extends Object

Main entry point for AMQPD.


Nested Class Summary
protected static class Main.InitException
           
 
Field Summary
protected  org.apache.commons.cli.CommandLine commandLine
           
static String DEFAULT_LOG_CONFIG_FILENAME
           
protected  org.apache.commons.cli.Options options
           
static String QPID_HOME
           
 
Constructor Summary
protected Main(String[] args)
           
 
Method Summary
protected  void execute()
           
static void main(String[] args)
           
protected  boolean parseCommandline(String[] args)
           
protected  void setOptions(org.apache.commons.cli.Options options)
           
protected  void shutdown(int status)
           
protected  void startup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LOG_CONFIG_FILENAME

public static final String DEFAULT_LOG_CONFIG_FILENAME
See Also:
Constant Field Values

QPID_HOME

public static final String QPID_HOME
See Also:
Constant Field Values

options

protected final org.apache.commons.cli.Options options

commandLine

protected org.apache.commons.cli.CommandLine commandLine
Constructor Detail

Main

protected Main(String[] args)
Method Detail

parseCommandline

protected boolean parseCommandline(String[] args)

setOptions

protected void setOptions(org.apache.commons.cli.Options options)

execute

protected void execute()

shutdown

protected void shutdown(int status)

startup

protected void startup()
                throws Exception
Throws:
Exception

main

public static void main(String[] args)


Licensed to the Apache Software Foundation