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

Packages that use ConversationImpl
org.jboss.weld.conversation   
org.jboss.weld.servlet   
 

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.
 

Uses of ConversationImpl in org.jboss.weld.servlet
 

Methods in org.jboss.weld.servlet that return ConversationImpl
static ConversationImpl BeanProvider.conversation(javax.servlet.ServletContext servletContext)
           
 



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