Uses of Class
org.jboss.weld.conversation.ConversationImpl

Packages that use ConversationImpl
org.jboss.weld.conversation   
 

Uses of ConversationImpl in org.jboss.weld.conversation
 

Methods in org.jboss.weld.conversation that return ConversationImpl
 ConversationImpl ConversationEntry.getConversation()
           
 

Methods in org.jboss.weld.conversation with parameters of type ConversationImpl
static ConversationEntry ConversationEntry.of(org.jboss.weld.context.api.BeanStore beanStore, ConversationImpl conversation, java.util.concurrent.Future<?> terminationHandle)
          Factory method
 void ConversationImpl.switchTo(ConversationImpl conversation)
          Assumes the identity of another conversation
 

Constructors in org.jboss.weld.conversation with parameters of type ConversationImpl
ConversationEntry(org.jboss.weld.context.api.BeanStore beanStore, ConversationImpl conversation, java.util.concurrent.Future<?> terminationHandle)
          Creates a new conversation entry
ConversationImpl(ConversationImpl conversation)
          Creates a new conversation from an existing one.
 



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