| Package | Description |
|---|---|
| org.apache.deltaspike.core.spi.scope.conversation | |
| org.apache.deltaspike.core.util.context |
| Modifier and Type | Method and Description |
|---|---|
ContextualStorage |
GroupedConversationManager.closeConversation(Class<?> conversationGroup,
Annotation... qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
Set<ContextualStorage> |
GroupedConversationManager.closeConversationGroup(Class<?> conversationGroup)
destroys all conversation of a group independent of the qualifiers
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ContextualStorage |
AbstractContext.getContextualStorage(javax.enterprise.context.spi.Contextual<?> contextual,
boolean createIfNotExist)
An implementation has to return the underlying storage which
contains the items held in the Context.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ContextualStorage> |
AbstractContext.getActiveContextualStorages() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Object,ContextualInstanceInfo<?>> |
AbstractContext.destroyAllActive(ContextualStorage storage)
Destroys all the Contextual Instances in the specified ContextualStorage.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.