|
||||||||||
| 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(javax.enterprise.context.Conversation conversation)
Gets conversation's context instance. |
ConversationContext |
ConversationManager.removeConversation(javax.enterprise.context.Conversation conversation)
Remove given conversation. |
| Methods in org.apache.webbeans.conversation that return types with arguments of type ConversationContext | |
|---|---|
Map<javax.enterprise.context.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(javax.enterprise.context.Conversation conversation,
ConversationContext context)
Adds new conversation context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||