|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversationContext | |
|---|---|
| org.apache.webbeans.conversation | |
| Uses of ConversationContext in org.apache.webbeans.conversation |
|---|
| Methods in org.apache.webbeans.conversation that return ConversationContext | |
|---|---|
ConversationContext |
ConversationManager.getConversationContext(Conversation conversation)
Gets conversation's context instance. |
ConversationContext |
ConversationManager.removeConversation(Conversation conversation)
Remove given conversation. |
| Methods in org.apache.webbeans.conversation that return types with arguments of type ConversationContext | |
|---|---|
Map<Conversation,ConversationContext> |
ConversationManager.getConversationMapWithSessionId(String sessionId)
Return all conversation/context associated with sessionid. |
| Methods in org.apache.webbeans.conversation with parameters of type ConversationContext | |
|---|---|
void |
ConversationManager.addConversationContext(Conversation conversation,
ConversationContext context)
Adds new conversation context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||