org.kinsources.kiwa.kernel
Class KiwaThreadsListener

java.lang.Object
  extended by org.kinsources.kiwa.kernel.KiwaThreadsListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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


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

Constructor Detail

KiwaThreadsListener

public KiwaThreadsListener()
Method Detail

contextDestroyed

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

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent arg0)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener