Uses of Interface
org.jboss.weld.context.ManagedConversation
-
Packages that use ManagedConversation Package Description org.jboss.weld.context -
-
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.
-