org.jboss.cdi.tck.tests.context.conversation.event
Class ObservingBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.conversation.event.ObservingBean

@ApplicationScoped
public class ObservingBean
extends Object


Constructor Summary
ObservingBean()
           
 
Method Summary
 AtomicInteger getDestroyedConversationCount()
           
 AtomicInteger getInitializedConversationCount()
           
 void observeConversationDestroyed(javax.servlet.ServletRequestEvent event)
           
 void observeConversationInitialized(javax.servlet.ServletRequestEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservingBean

public ObservingBean()
Method Detail

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.