Uses of Interface
org.jboss.weld.context.ManagedConversation
-
Packages that use ManagedConversation Package Description org.jboss.weld.context org.jboss.weld.contexts org.jboss.weld.contexts.conversation -
-
Uses of ManagedConversation in org.jboss.weld.context
Methods in org.jboss.weld.context that return ManagedConversation Modifier and Type Method Description ManagedConversationConversationContext. getConversation(String id)Get the conversation with the given id.ManagedConversationConversationContext. getCurrentConversation()Get a handle the current conversation (transient or otherwise).Methods in org.jboss.weld.context that return types with arguments of type ManagedConversation Modifier and Type Method Description Collection<ManagedConversation>ConversationContext. getConversations()Get conversations currently known to the context. -
Uses of ManagedConversation in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return ManagedConversation Modifier and Type Method Description ManagedConversationAbstractConversationContext. getConversation(String id)ManagedConversationAbstractConversationContext. getCurrentConversation()Methods in org.jboss.weld.contexts that return types with arguments of type ManagedConversation Modifier and Type Method Description Collection<ManagedConversation>AbstractConversationContext. getConversations()Methods in org.jboss.weld.contexts with parameters of type ManagedConversation Modifier and Type Method Description protected voidAbstractConversationContext. associateRequest(ManagedConversation conversation) -
Uses of ManagedConversation in org.jboss.weld.contexts.conversation
Classes in org.jboss.weld.contexts.conversation that implement ManagedConversation Modifier and Type Class Description classConversationImpl
-