|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
public abstract class AbstractRegularSamplingServletContextListener
Field Summary | |
---|---|
static long |
DEFAULT_SENSOR_INITIAL_DELAY_SECONDS
|
static long |
DEFAULT_SENSOR_INTERVAL_SECONDS
|
Constructor Summary | |
---|---|
AbstractRegularSamplingServletContextListener()
Empty default constructor. |
Method Summary | |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
|
protected abstract ISampler[] |
createSamplers()
Create samplers for the specific sampling class. |
protected abstract java.lang.String |
getContextParameterNameSamplingDelaySeconds()
Parameter name for the sampling delay to be used in the web.xml file. |
protected abstract java.lang.String |
getContextParameterNameSamplingIntervalSeconds()
Parameter name for the sampling interval to be used in the web.xml file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long DEFAULT_SENSOR_INTERVAL_SECONDS
public static final long DEFAULT_SENSOR_INITIAL_DELAY_SECONDS
Constructor Detail |
---|
public AbstractRegularSamplingServletContextListener()
Method Detail |
---|
public void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed
in interface javax.servlet.ServletContextListener
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized
in interface javax.servlet.ServletContextListener
protected abstract java.lang.String getContextParameterNameSamplingIntervalSeconds()
protected abstract java.lang.String getContextParameterNameSamplingDelaySeconds()
protected abstract ISampler[] createSamplers()
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |