public class SetupPreconfiguredAccumulators
extends java.lang.Object
implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
SetupPreconfiguredAccumulators() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
static void |
setupSessionCountAccumulators()
Adds accumulators for session count, new and deleted sessions.
|
static void |
setupUrlAccumulators() |
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic static void setupSessionCountAccumulators()
public static void setupUrlAccumulators()
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2010-2020 anotheria.net. All Rights Reserved.