@Vetoed
See: Description
| Interface | Description |
|---|---|
| WeldCreationalContext<T> |
| Class | Description |
|---|---|
| AbstractBoundContext<S> |
Base class for contexts using a thread local to store a bound bean context
|
| AbstractContext |
Base for the Context implementations.
|
| AbstractConversationContext<R,S> |
The base of the conversation context, which can use a variety of storage
forms
|
| AbstractManagedContext | |
| AbstractSharedContext | |
| AbstractUnboundContext |
Base class for contexts using a thread local to store a bound bean context
|
| CreationalContextImpl<T> | |
| ForwardingContextual<T> | |
| PassivatingContextWrapper |
Wraps a passivating context with a wrapper that guarantees that each call to the context is done with serializable
Contextual. |
| SerializableContextualFactory |
Produces wrappers for
Contextuals which are serializable. |
| SerializableContextualInstanceImpl<C extends javax.enterprise.context.spi.Contextual<I>,I> |
| Exception | Description |
|---|---|
| BusyConversationException |
A localized message version of the
NonexistentConversationException. |
| ContextNotActiveException |
A localized message version of the
ContextNotActiveException. |
| NonexistentConversationException |
A localized message version of the
NonexistentConversationException. |
Copyright © 2017. All rights reserved.