Uses of Interface
org.jboss.weld.context.ManagedConversation
Packages that use ManagedConversation
Package
Description
-
Uses of ManagedConversation in org.jboss.weld.context
Methods in org.jboss.weld.context that return ManagedConversationModifier and TypeMethodDescriptionConversationContext.getConversation(String id) Get the conversation with the given id.ConversationContext.getCurrentConversation()Get a handle the current conversation (transient or otherwise).Methods in org.jboss.weld.context that return types with arguments of type ManagedConversationModifier and TypeMethodDescriptionConversationContext.getConversations()Get conversations currently known to the context. -
Uses of ManagedConversation in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return ManagedConversationModifier and TypeMethodDescriptionAbstractConversationContext.getConversation(String id) AbstractConversationContext.getCurrentConversation()Methods in org.jboss.weld.contexts that return types with arguments of type ManagedConversationMethods in org.jboss.weld.contexts with parameters of type ManagedConversationModifier and TypeMethodDescriptionprotected voidAbstractConversationContext.associateRequest(ManagedConversation conversation) -
Uses of ManagedConversation in org.jboss.weld.contexts.conversation
Classes in org.jboss.weld.contexts.conversation that implement ManagedConversation