org.apache.qpid.server
Class Main
java.lang.Object
org.apache.qpid.server.Main
public class Main
- extends Object
Main entry point for AMQPD.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Main
protected Main(String[] args)
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