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

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

@ApplicationScoped
public class ObservingBean
extends Object


Constructor Summary
ObservingBean()
           
 
Method Summary
 AtomicReference<String> getDestroyedConversationId()
           
 void observeConversationDestroyed(String event)
           
 void reset()
           
 
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

observeConversationDestroyed

public void observeConversationDestroyed(@Observes@Destroyed(value=javax.enterprise.context.ConversationScoped.class)
                                         String event)

getDestroyedConversationId

public AtomicReference<String> getDestroyedConversationId()

reset

public void reset()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.