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 void
destroy()
void
init(org.apache.commons.daemon.DaemonContext arg0)
void
start()
void
stop()
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceorg.apache.commons.daemon.Daemon
-
init
public void init(org.apache.commons.daemon.DaemonContext arg0) throws Exception
- Specified by:
init
in interfaceorg.apache.commons.daemon.Daemon
- Throws:
Exception
-
start
public void start() throws Exception
- Specified by:
start
in interfaceorg.apache.commons.daemon.Daemon
- Throws:
Exception
-
-