com.senseidb.servlet
Class SenseiConfigServletContextListener

java.lang.Object
  extended by com.senseidb.servlet.SenseiConfigServletContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class SenseiConfigServletContextListener
extends Object
implements javax.servlet.ServletContextListener


Field Summary
static String SENSEI_CONF_CLUSTER_CLIENT_NAME
           
static String SENSEI_CONF_CLUSTER_NAME
           
static String SENSEI_CONF_DIR_PARAM
           
static String SENSEI_CONF_FILE_PARAM
           
static String SENSEI_CONF_NC_CONN_TIMEOUT
           
static String SENSEI_CONF_NC_MAX_CONN_PER_NODE
           
static String SENSEI_CONF_NC_STALE_CLEANUP_FREQ_MINS
           
static String SENSEI_CONF_NC_STALE_TIMEOUT_MINS
           
static String SENSEI_CONF_NC_WRITE_TIMEOUT
           
static String SENSEI_CONF_OBJ
           
static String SENSEI_CONF_ROUTER_FACTORY
           
static String SENSEI_CONF_VERSION_COMPARATOR
           
static String SENSEI_CONF_ZKTIMEOUT
           
static String SENSEI_CONF_ZKURL
           
 
Constructor Summary
SenseiConfigServletContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent ctx)
           
 void contextInitialized(javax.servlet.ServletContextEvent ctxEvt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SENSEI_CONF_FILE_PARAM

public static final String SENSEI_CONF_FILE_PARAM
See Also:
Constant Field Values

SENSEI_CONF_DIR_PARAM

public static final String SENSEI_CONF_DIR_PARAM
See Also:
Constant Field Values

SENSEI_CONF_ZKURL

public static final String SENSEI_CONF_ZKURL
See Also:
Constant Field Values

SENSEI_CONF_CLUSTER_CLIENT_NAME

public static final String SENSEI_CONF_CLUSTER_CLIENT_NAME
See Also:
Constant Field Values

SENSEI_CONF_CLUSTER_NAME

public static final String SENSEI_CONF_CLUSTER_NAME
See Also:
Constant Field Values

SENSEI_CONF_ZKTIMEOUT

public static final String SENSEI_CONF_ZKTIMEOUT
See Also:
Constant Field Values

SENSEI_CONF_NC_CONN_TIMEOUT

public static final String SENSEI_CONF_NC_CONN_TIMEOUT
See Also:
Constant Field Values

SENSEI_CONF_NC_WRITE_TIMEOUT

public static final String SENSEI_CONF_NC_WRITE_TIMEOUT
See Also:
Constant Field Values

SENSEI_CONF_NC_MAX_CONN_PER_NODE

public static final String SENSEI_CONF_NC_MAX_CONN_PER_NODE
See Also:
Constant Field Values

SENSEI_CONF_NC_STALE_TIMEOUT_MINS

public static final String SENSEI_CONF_NC_STALE_TIMEOUT_MINS
See Also:
Constant Field Values

SENSEI_CONF_NC_STALE_CLEANUP_FREQ_MINS

public static final String SENSEI_CONF_NC_STALE_CLEANUP_FREQ_MINS
See Also:
Constant Field Values

SENSEI_CONF_VERSION_COMPARATOR

public static final String SENSEI_CONF_VERSION_COMPARATOR
See Also:
Constant Field Values

SENSEI_CONF_ROUTER_FACTORY

public static final String SENSEI_CONF_ROUTER_FACTORY
See Also:
Constant Field Values

SENSEI_CONF_OBJ

public static final String SENSEI_CONF_OBJ
See Also:
Constant Field Values
Constructor Detail

SenseiConfigServletContextListener

public SenseiConfigServletContextListener()
Method Detail

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent ctx)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent ctxEvt)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener


Copyright © 2010-2012. All Rights Reserved.