public class EntityBeanSynchronizationInterceptor extends AbstractEJBInterceptor
Interceptor
which manages Synchronization
semantics on an entity bean.
For now we are using a completely synchronized approach to entity concurrency. There is at most 1 entity active for a given primary
key at any time, and access is synchronized within a transaction.Modifier and Type | Field and Description |
---|---|
static org.jboss.invocation.InterceptorFactory |
FACTORY |
Constructor and Description |
---|
EntityBeanSynchronizationInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
processInvocation(org.jboss.invocation.InterceptorContext context) |
getComponent
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.