Package | Description |
---|---|
com.caucho.config.scope | |
com.caucho.inject | |
javax.enterprise.context |
Contextual bean registration and lookup.
|
javax.inject |
Modifier and Type | Class and Description |
---|---|
interface |
EnvironmentScoped
The @EnvironmentScoped represents an instance for each Resin environment.
|
Modifier and Type | Class and Description |
---|---|
interface |
ThreadScoped |
interface |
TransactionScoped
The @TransactionScoped marks a bean as scoped to the current XA.
|
Modifier and Type | Class and Description |
---|---|
interface |
Dependent
The @Dependent scope
|
Modifier and Type | Class and Description |
---|---|
interface |
Singleton
The @ApplicationScoped represents the servlet application scope
|