Interface | Description |
---|---|
ApplicationContext |
The built in application context, associated with
ApplicationScoped . |
BoundContext<S> |
Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
|
ConversationContext |
The built in conversation context is associated with
ConversationScoped . |
DependentContext |
The built in dependent context, associated with
Dependent . |
ManagedContext |
Lifecycle management for built in contexts.
|
ManagedConversation |
Provides management operations for conversations, including locking, and expiration management.
|
RequestContext |
The built in request context is associated with
RequestScoped and is a managed context which can be activated,
invalidated and deactivated. |
SessionContext |
The built in session context is associated with
SessionScoped . |
SingletonContext |
The built in singleton context, associated with
Singleton . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.