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.


Optional Element Summary
 ConcurrencyManagementType value
           
 

value

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


Submit a bug or feature

Copyright © 2009, 2010, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 4-June-2010 04:34