org.apache.webbeans.web.tomcat
Class ContextLifecycleListener
java.lang.Object
org.apache.webbeans.web.tomcat.ContextLifecycleListener
- All Implemented Interfaces:
- PropertyChangeListener, EventListener, org.apache.catalina.ContainerListener, org.apache.catalina.LifecycleListener
public class ContextLifecycleListener
- extends Object
- implements PropertyChangeListener, org.apache.catalina.LifecycleListener, org.apache.catalina.ContainerListener
Context lifecycle listener. Adapted from
OpenEJB Tomcat and updated.
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextLifecycleListener
public ContextLifecycleListener()
lifecycleEvent
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
- Specified by:
lifecycleEvent in interface org.apache.catalina.LifecycleListener
containerEvent
public void containerEvent(org.apache.catalina.ContainerEvent event)
- Specified by:
containerEvent in interface org.apache.catalina.ContainerListener
start
public void start()
stop
public void stop()
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Specified by:
propertyChange in interface PropertyChangeListener
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.