| Package | Description |
|---|---|
| javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
| javax.transaction |
Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
|
| javax.transaction.cdi |
| Modifier and Type | Class and Description |
|---|---|
interface |
ApplicationScoped
Specifies that a bean is application scoped.
|
interface |
ConversationScoped
Specifies that a bean is conversation scoped.
|
interface |
RequestScoped
Specifies that a bean is request scoped.
|
interface |
SessionScoped
Specifies that a bean is session scoped.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
TransactionScoped
Annotation used to indicate a bean is to be scoped to the current active
JTA transaction.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
TransactionScoped
Deprecated.
remove deprecation when packaging is resolved
|
Copyright © 2013. All Rights Reserved.