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