uk.ac.soton.itinnovation.grid.service.registry
Class LifeCycleServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by uk.ac.soton.itinnovation.grid.service.registry.LifeCycleServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class LifeCycleServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
LifeCycleServlet()
           
 
Method Summary
 void destroy()
           
 void init()
           
static boolean isDatabaseErrorOnStartup()
           
static void setDatabaseErrorOnStartup(boolean databaseErrorOnStartup)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeCycleServlet

public LifeCycleServlet()
Method Detail

init

public void init()
Overrides:
init in class GenericServlet

isDatabaseErrorOnStartup

public static boolean isDatabaseErrorOnStartup()

setDatabaseErrorOnStartup

public static void setDatabaseErrorOnStartup(boolean databaseErrorOnStartup)

destroy

public void destroy()
Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.