public class ServiceInitializer extends java.lang.Object implements javax.servlet.ServletContextListener
Constructor and Description |
---|
ServiceInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
static DAOHandler |
getDAOHandler() |
static EventHandler |
getEventHandler() |
static ExecutorHandler |
getExecutorHandler() |
static PropertyHandler |
getPropertyHandler() |
static ServiceHandler |
getServiceHandler() |
static SessionHandler |
getSessionHandler() |
static WebSocketHandler |
getWebSocketHandler() |
public ServiceInitializer()
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed
in interface javax.servlet.ServletContextListener
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized
in interface javax.servlet.ServletContextListener
public static PropertyHandler getPropertyHandler()
public static ServiceHandler getServiceHandler()
public static DAOHandler getDAOHandler()
public static ExecutorHandler getExecutorHandler()
public static EventHandler getEventHandler()
public static SessionHandler getSessionHandler()
public static WebSocketHandler getWebSocketHandler()
Copyright © 2015 Tampere University of Technology, Pori Department.