org.moremotion.servlet
Class StartupServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.moremotion.servlet.StartupServlet
All Implemented Interfaces:
FileChangeNotification, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

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 51 2008-03-10 11:46:54Z erkan $
See Also:
Serialized Form

Constructor Summary
StartupServlet()
          Creates a new instance of StartupServlet
 
Method Summary
 void destroy()
           
 void doChange(java.io.File retFile)
           
 void doDelete(java.io.File f)
           
 void init(javax.servlet.ServletConfig config)
           
static void systemConfigChanged()
           
 
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
 

Constructor Detail

StartupServlet

public StartupServlet()
Creates a new instance of StartupServlet

Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
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


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.