net.spy.jwebkit
Class CronContextListener

java.lang.Object
  extended by net.spy.SpyObject
      extended by net.spy.jwebkit.JWServletContextListener
          extended by net.spy.jwebkit.CronContextListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class CronContextListener
extends JWServletContextListener

Cron facilities.


Constructor Summary
CronContextListener()
           
 
Method Summary
protected  void ctxDestroy(javax.servlet.ServletContextEvent sce)
          Hook to override shutdown.
protected  void ctxInit(javax.servlet.ServletContextEvent sce)
          Hook to override initialization.
static net.spy.cron.Cron getCron()
          Get the Cron instance.
 
Methods inherited from class net.spy.jwebkit.JWServletContextListener
contextDestroyed, contextInitialized, getContextPath
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CronContextListener

public CronContextListener()
Method Detail

getCron

public static net.spy.cron.Cron getCron()
Get the Cron instance.


ctxInit

protected void ctxInit(javax.servlet.ServletContextEvent sce)
Description copied from class: JWServletContextListener
Hook to override initialization.

Overrides:
ctxInit in class JWServletContextListener
Parameters:
sce - the context event

ctxDestroy

protected void ctxDestroy(javax.servlet.ServletContextEvent sce)
Description copied from class: JWServletContextListener
Hook to override shutdown.

Overrides:
ctxDestroy in class JWServletContextListener
Parameters:
sce - the context event


Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.