Package org.apache.activemq.web
Class WebConsoleStarter
- java.lang.Object
-
- org.apache.activemq.web.WebConsoleStarter
-
- All Implemented Interfaces:
EventListener,ServletContextListener
public class WebConsoleStarter extends Object implements ServletContextListener
Starts the WebConsole.
-
-
Constructor Summary
Constructors Constructor Description WebConsoleStarter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(ServletContextEvent event)voidcontextInitialized(ServletContextEvent event)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(ServletContextEvent event)
- Specified by:
contextInitializedin interfaceServletContextListener
-
contextDestroyed
public void contextDestroyed(ServletContextEvent event)
- Specified by:
contextDestroyedin interfaceServletContextListener
-
-