org.apache.activemq.console
Class ActiveMQLauncher
java.lang.Object
org.apache.activemq.console.ActiveMQLauncher
- All Implemented Interfaces:
- org.apache.commons.daemon.Daemon
public class ActiveMQLauncher
- extends Object
- implements org.apache.commons.daemon.Daemon
This class launches ActiveMQ under Apache JSVC
- Author:
- areese
|
Method Summary |
void |
destroy()
|
void |
init(org.apache.commons.daemon.DaemonContext arg0)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveMQLauncher
public ActiveMQLauncher()
destroy
public void destroy()
- Specified by:
destroy in interface org.apache.commons.daemon.Daemon
init
public void init(org.apache.commons.daemon.DaemonContext arg0)
throws Exception
- Specified by:
init in interface org.apache.commons.daemon.Daemon
- Throws:
Exception
start
public void start()
throws Exception
- Specified by:
start in interface org.apache.commons.daemon.Daemon
- Throws:
Exception
stop
public void stop()
throws Exception
- Specified by:
stop in interface org.apache.commons.daemon.Daemon
- Throws:
Exception
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.