org.moremotion.servlet
Class StartupServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.moremotion.servlet.StartupServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, FileChangeNotification
public class StartupServlet
- extends javax.servlet.http.HttpServlet
- implements FileChangeNotification
MoreMotion Startup Servlet. It initializes system level variables and starts MoreMotion managing services.
- Version:
- $Id: StartupServlet.java 138 2008-05-11 17:25:44Z erkan $
- See Also:
- Serialized Form
Constructor Summary |
StartupServlet()
Creates a new instance of StartupServlet |
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartupServlet
public StartupServlet()
- Creates a new instance of StartupServlet
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
systemConfigChanged
public static void systemConfigChanged()
doChange
public void doChange(java.io.File retFile)
- Specified by:
doChange
in interface FileChangeNotification
doDelete
public void doDelete(java.io.File f)
- Specified by:
doDelete
in interface FileChangeNotification
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.