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 java.lang.Object
- implements org.apache.commons.daemon.Daemon
This class launches activemq under Apache JSVC http://commons.apache.org/daemon/jsvc.html
- 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 java.lang.Exception
- Specified by:
init
in interface org.apache.commons.daemon.Daemon
- Throws:
java.lang.Exception
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface org.apache.commons.daemon.Daemon
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface org.apache.commons.daemon.Daemon
- Throws:
java.lang.Exception
Copyright © 2005-2012. All Rights Reserved.