Package | Description |
---|---|
org.apache.webbeans.conversation |
Modifier and Type | Method and Description |
---|---|
ConversationContext |
ConversationManager.getConversationContext(javax.enterprise.context.Conversation conversation)
Gets conversation's context instance.
|
ConversationContext |
ConversationManager.removeConversation(javax.enterprise.context.Conversation conversation)
Remove given conversation.
|
Modifier and Type | Method and Description |
---|---|
Map<javax.enterprise.context.Conversation,ConversationContext> |
ConversationManager.getAllConversationContexts() |
Map<javax.enterprise.context.Conversation,ConversationContext> |
ConversationManager.getAndRemoveConversationMapWithSessionId(String sessionId)
Return all conversation/context associated with sessionid.
|
Map<javax.enterprise.context.Conversation,ConversationContext> |
ConversationManager.getConversationMapWithSessionId(String sessionId)
Return all conversation/context associated with sessionid.
|
Modifier and Type | Method and Description |
---|---|
void |
ConversationManager.addConversationContext(javax.enterprise.context.Conversation conversation,
ConversationContext context)
Adds new conversation context.
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.