public class StartupListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
static String |
EXECUTOR_SERVICE_ATTR |
static String |
STARTUP_DATE_ATTR |
| Constructor and Description |
|---|
StartupListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public static final String STARTUP_DATE_ATTR
public static final String EXECUTOR_SERVICE_ATTR
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2008-2015 Index Data. All Rights Reserved.