Package 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
-
-
Constructor Summary
Constructors Constructor Description ActiveMQLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinit(org.apache.commons.daemon.DaemonContext arg0)voidstart()voidstop()
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.apache.commons.daemon.Daemon
-
init
public void init(org.apache.commons.daemon.DaemonContext arg0) throws Exception- Specified by:
initin interfaceorg.apache.commons.daemon.Daemon- Throws:
Exception
-
start
public void start() throws Exception- Specified by:
startin interfaceorg.apache.commons.daemon.Daemon- Throws:
Exception
-
-