Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.webapps.servlet
Class BeanFlusherInitialiserServlet  view BeanFlusherInitialiserServlet download BeanFlusherInitialiserServlet.java

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.RuntimeCollective.webapps.servlet.BeanFlusherInitialiserServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BeanFlusherInitialiserServlet
extends javax.servlet.http.HttpServlet

Initialises the deleting of unused Beans, according to the web.xml parameter 'beanFlusherConfiguration'

Version:
$Id: BeanFlusherInitialiserServlet.java,v 1.3 2003/09/30 15:13:14 joe Exp $

Field Summary
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Fields inherited from class javax.servlet.GenericServlet
 
Constructor Summary
BeanFlusherInitialiserServlet()
           
 
Method Summary
 void init()
          Initialize the environment.
private  void initBeanFlusher(javax.servlet.ServletConfig sc)
          Set up a nightly timer that will flush unused bean.
 
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
destroy, 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

BeanFlusherInitialiserServlet

public BeanFlusherInitialiserServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Initialize the environment.


initBeanFlusher

private void initBeanFlusher(javax.servlet.ServletConfig sc)
Set up a nightly timer that will flush unused bean.