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 void
contextDestroyed(ServletContextEvent event)
void
contextInitialized(ServletContextEvent event)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(ServletContextEvent event)
- Specified by:
contextInitialized
in interfaceServletContextListener
-
contextDestroyed
public void contextDestroyed(ServletContextEvent event)
- Specified by:
contextDestroyed
in interfaceServletContextListener
-
-