public class HWIContextListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
l4j |
Constructor and Description |
---|
HWIContextListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent sce)
When the Hive Web Interface is closing we locate the Runnable
HiveSessionManager and set it's internal goOn variable to false.
|
void |
contextInitialized(ServletContextEvent sce)
The Hive Web Interface manages multiple hive sessions.
|
public void contextInitialized(ServletContextEvent sce)
sce
- An event fired by the servlet context on startuppublic void contextDestroyed(ServletContextEvent sce)
sce
- An event fired by the servlet context on context shutdownCopyright © 2012 The Apache Software Foundation