Uses of Interface
org.jboss.weld.context.ManagedConversation

Packages that use ManagedConversation
org.jboss.weld.context   
 

Uses of ManagedConversation in org.jboss.weld.context
 

Methods in org.jboss.weld.context that return ManagedConversation
 ManagedConversation ConversationContext.getConversation(String id)
          Get the conversation with the given id.
 ManagedConversation ConversationContext.getCurrentConversation()
          Get a handle the current conversation (transient or otherwise).
 

Methods in org.jboss.weld.context that return types with arguments of type ManagedConversation
 Collection<ManagedConversation> ConversationContext.getConversations()
          Get conversations currently known to the context.
 



Copyright © 2013 Seam Framework. All Rights Reserved.