Uses of Interface
javax.context.Conversation

Packages that use Conversation
org.jboss.webbeans.conversation   
 

Uses of Conversation in org.jboss.webbeans.conversation
 

Classes in org.jboss.webbeans.conversation that implement Conversation
 class ConversationImpl
          The current conversation implementation
 

Methods in org.jboss.webbeans.conversation that return Conversation
 Conversation ConversationEntry.getConversation()
           
 

Methods in org.jboss.webbeans.conversation that return types with arguments of type Conversation
 java.util.Set<Conversation> ServletConversationManager.getLongRunningConversations()
           
 java.util.Set<Conversation> ConversationManager.getLongRunningConversations()
          Gets the currently managed long-running conversations
 

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

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



Copyright © 2011. All Rights Reserved.