org.jboss.annotation.ejb
Annotation Type SerializedConcurrentAccess


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

Set on a stateful bean. Instead of throwing an exception on concurrent access to the stateful bean, block/serialize access.

Version:
$Revision: 1.3.2.3 $
Author:
Bill Burke