org.jboss.cdi.tck.tests.deployment.shutdown
Class ContextDestructionObserver
java.lang.Object
org.jboss.cdi.tck.tests.deployment.shutdown.ContextDestructionObserver
public class ContextDestructionObserver
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextDestructionObserver
public ContextDestructionObserver()
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.