@Target(TYPE) @Retention(RUNTIME) public @interface ConcurrencyManagement
If this annotation is not specified, the singleton bean is assumed to have container managed concurrency.
This annotation may be applied to stateful session beans, but doing so has no impact on the semantics of concurrency
management for such beans. The concurrency management type for bean-managed concurrency (BEAN
) does not
apply to stateful session beans.
ConcurrencyManagementType
,
Lock
Modifier and Type | Optional Element | Description |
---|---|---|
ConcurrencyManagementType |
value |
value.
|
ConcurrencyManagementType value
value.
ConcurrencyManagementType
object.Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.