Package | Description |
---|---|
org.jboss.weld.context |
Modifier and Type | Method and Description |
---|---|
ManagedConversation |
ConversationContext.getConversation(String id)
Get the conversation with the given id.
|
ManagedConversation |
ConversationContext.getCurrentConversation()
Get a handle the current conversation (transient or otherwise).
|
Modifier and Type | Method and Description |
---|---|
Collection<ManagedConversation> |
ConversationContext.getConversations()
Get conversations currently known to the context.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.