org.jboss.cdi.tck.tests.context.conversation.event
Class ObservingBean
java.lang.Object
org.jboss.cdi.tck.tests.context.conversation.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()
observeConversationInitialized
public void observeConversationInitialized(@Observes@Initialized(value=javax.enterprise.context.ConversationScoped.class)
javax.servlet.ServletRequestEvent event)
observeConversationDestroyed
public void observeConversationDestroyed(@Observes@Destroyed(value=javax.enterprise.context.ConversationScoped.class)
javax.servlet.ServletRequestEvent event)
getInitializedConversationCount
public AtomicInteger getInitializedConversationCount()
getDestroyedConversationCount
public AtomicInteger getDestroyedConversationCount()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.