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.ServletRequest event)
observerApplicationContextDestroyed
public void observerApplicationContextDestroyed(@Observes@Destroyed(value=javax.enterprise.context.ApplicationScoped.class)
javax.servlet.ServletContext event)
observerConversationContextDestroyed
public void observerConversationContextDestroyed(@Observes@Destroyed(value=javax.enterprise.context.ConversationScoped.class)
String id)
observerSessionContextDestroyed
public void observerSessionContextDestroyed(@Observes@Destroyed(value=javax.enterprise.context.SessionScoped.class)
javax.servlet.http.HttpSession event)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.