Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.util
Class ForumsLifeCycleListener

java.lang.Object
  extended by com.jivesoftware.forum.util.ForumsLifeCycleListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class ForumsLifeCycleListener
extends java.lang.Object
implements javax.servlet.ServletContextListener

A simple servlet context listener which responds to context destroy events by shutting down forum services.


Constructor Summary
ForumsLifeCycleListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumsLifeCycleListener

public ForumsLifeCycleListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Does nothing.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.