Package lumis.portal.clock
Class ClockStarter
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- lumis.portal.clock.ClockStarter
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class ClockStarter extends GenericServlet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClockStarter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init(ServletConfig config)
void
service(ServletRequest req, ServletResponse res)
-
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
-
-
-
Method Detail
-
service
public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException
- Specified by:
service
in interfaceServlet
- Specified by:
service
in classGenericServlet
- Throws:
ServletException
IOException
-
init
public void init(ServletConfig config) throws ServletException
- Specified by:
init
in interfaceServlet
- Overrides:
init
in classGenericServlet
- Throws:
ServletException
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceServlet
- Overrides:
destroy
in classGenericServlet
-
-