org.jboss.cdi.tck.tests.context.request.jaxrs
Class ObservingBean
java.lang.Object
org.jboss.cdi.tck.tests.context.request.jaxrs.ObservingBean
@ApplicationScoped
public class ObservingBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObservingBean
public ObservingBean()
observeRequestInitialized
public void observeRequestInitialized(@Observes@Initialized(value=javax.enterprise.context.RequestScoped.class)
javax.servlet.ServletRequestEvent event)
observeRequestDestroyed
public void observeRequestDestroyed(@Observes@Destroyed(value=javax.enterprise.context.RequestScoped.class)
javax.servlet.ServletRequestEvent event)
getInitializedRequestCount
public AtomicInteger getInitializedRequestCount()
getDestroyedRequestCount
public AtomicInteger getDestroyedRequestCount()
getFooDestroyedCount
public AtomicInteger getFooDestroyedCount()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.