org.jboss.ejb3.annotation
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: 67834 $
Author:
Bill Burke



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.