org.jboss.cdi.tck.tests.context.session.event
Class ObservingBean
java.lang.Object
org.jboss.cdi.tck.tests.context.session.event.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()
observeSessionInitialized
public void observeSessionInitialized(@Observes@Initialized(value=javax.enterprise.context.SessionScoped.class)
javax.servlet.http.HttpSession event)
observeSessionDestroyed
public void observeSessionDestroyed(@Observes@Destroyed(value=javax.enterprise.context.SessionScoped.class)
javax.servlet.http.HttpSession event)
getInitializedSessionCount
public AtomicInteger getInitializedSessionCount()
getDestroyedSessionCount
public AtomicInteger getDestroyedSessionCount()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.