org.jboss.cdi.tck.tests.deployment.shutdown
Class ContextDestructionObserver

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.shutdown.ContextDestructionObserver

public class ContextDestructionObserver
extends Object


Constructor Summary
ContextDestructionObserver()
           
 
Method Summary
 void observerApplicationContextDestroyed(javax.servlet.ServletContextEvent event)
           
 void observerRequestContextDestroyed(javax.servlet.ServletRequestEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDestructionObserver

public ContextDestructionObserver()
Method Detail

observerRequestContextDestroyed

public void observerRequestContextDestroyed(@Observes@Destroyed(value=javax.enterprise.context.RequestScoped.class)
                                            javax.servlet.ServletRequestEvent event)

observerApplicationContextDestroyed

public void observerApplicationContextDestroyed(@Observes@Destroyed(value=javax.enterprise.context.ApplicationScoped.class)
                                                javax.servlet.ServletContextEvent event)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.