|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.cdi.weld.internal.tomcat.WeldLifeCycleListener
public class WeldLifeCycleListener
A WeldLifeCycleListener is a Tomcat Context Lifecycle listener.
It is in charge of Weld container start-up and shut-down process for a web-app.
| Constructor Summary | |
|---|---|
WeldLifeCycleListener(IWeldService weld,
org.jboss.weld.bootstrap.spi.Deployment deployment,
WeldDeployableInfo info)
Construct a WeldLifeCycleListener. |
|
| Method Summary | |
|---|---|
void |
lifecycleEvent(org.apache.catalina.LifecycleEvent event)
React when an event is fired by the Context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeldLifeCycleListener(IWeldService weld,
org.jboss.weld.bootstrap.spi.Deployment deployment,
WeldDeployableInfo info)
weld - weld servicedeployment - Weld deployment instanceinfo - the Weld deployable infor related to the Deployable instance| Method Detail |
|---|
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
lifecycleEvent in interface org.apache.catalina.LifecycleListenerevent - tomcat Context's life-cycle event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||