| Package | Description |
|---|---|
| org.apache.webbeans.context | |
| org.apache.webbeans.conversation |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContextsService.destroyOutdatedConversations(ConversationContext currentConversationContext)
Destroy inactive (timed out) conversations.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationContext |
ConversationManager.getConversationContext(javax.enterprise.context.spi.Context sessionContext)
This method shall only get called from the ContextsService.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConversationContext> |
ConversationStorageBean.create(javax.enterprise.context.spi.CreationalContext<Set<ConversationContext>> creationalContext) |
Set<ConversationContext> |
ConversationManager.getSessionConversations(javax.enterprise.context.spi.Context sessionContext,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationManager.addToConversationStorage(ConversationContext conversationContext,
String conversationId)
Add the given ConversationContext to the SessionContext.
|
void |
ConversationManager.destroyConversationContext(ConversationContext ctx)
Destroy the given ConversationContext and fire the proper
@Destroyed event with the correct payload.
|
Object |
ConversationManager.getLifecycleEventPayload(ConversationContext ctx) |
boolean |
ConversationManager.removeConversationFromStorage(ConversationContext conversationContext)
Remove the given ConversationContext from the SessionContext storage.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConversationContext> |
ConversationStorageBean.create(javax.enterprise.context.spi.CreationalContext<Set<ConversationContext>> creationalContext) |
void |
ConversationStorageBean.destroy(Set<ConversationContext> instance,
javax.enterprise.context.spi.CreationalContext<Set<ConversationContext>> context) |
void |
ConversationStorageBean.destroy(Set<ConversationContext> instance,
javax.enterprise.context.spi.CreationalContext<Set<ConversationContext>> context) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.