javax.ejb
Annotation Type ConcurrencyManagement


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ConcurrencyManagement

Declares a Singleton or Stateful session bean's concurrency management type. The concurrency management type for bean-managed concurrency(BEAN) does not apply to stateful session beans. The concurrency management type prohibiting concurrency (CONCURRENCY_NOT_ALLOWED) does not apply to Singleton session beans.

Since:
EJB 3.1 version.
Author:
Florent Benoit
See Also:
EJB 3.1 specification

Optional Element Summary
 ConcurrencyManagementType value
           
 

value

public abstract ConcurrencyManagementType value
Default:
javax.ejb.ConcurrencyManagementType.CONTAINER


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.