org.jboss.cdi.tck.tests.context.conversation.event.notattached
Class ObservingBean
java.lang.Object
org.jboss.cdi.tck.tests.context.conversation.event.notattached.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()
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.