Uses of Class
org.apache.webbeans.context.ConversationContext

Packages that use ConversationContext
org.apache.webbeans.conversation   
 

Uses of ConversationContext in org.apache.webbeans.conversation
 

Methods in org.apache.webbeans.conversation that return ConversationContext
 ConversationContext ConversationManager.getConversationContext(javax.enterprise.context.Conversation conversation)
          Gets conversation's context instance.
 ConversationContext ConversationManager.removeConversation(javax.enterprise.context.Conversation conversation)
          Remove given conversation.
 

Methods in org.apache.webbeans.conversation that return types with arguments of type ConversationContext
 Map<javax.enterprise.context.Conversation,ConversationContext> ConversationManager.getConversationMapWithSessionId(String sessionId)
          Return all conversation/context associated with sessionid.
 

Methods in org.apache.webbeans.conversation with parameters of type ConversationContext
 void ConversationManager.addConversationContext(javax.enterprise.context.Conversation conversation, ConversationContext context)
          Adds new conversation context.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.