public class ContainerManagedConcurrencyInterceptorFactory extends ComponentInstanceInterceptorFactory
InterceptorFactory
which returns a new instance of ContainerManagedConcurrencyInterceptor
on each
invocation to ComponentInstanceInterceptorFactory.create(org.jboss.invocation.InterceptorFactoryContext)
. This InterceptorFactory
can be used
for handling container managed concurrency invocations on a LockableComponent
User: Jaikiran PaiModifier and Type | Field and Description |
---|---|
static ContainerManagedConcurrencyInterceptorFactory |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.invocation.Interceptor |
create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
create
public static final ContainerManagedConcurrencyInterceptorFactory INSTANCE
protected org.jboss.invocation.Interceptor create(Component component, org.jboss.invocation.InterceptorFactoryContext context)
create
in class ComponentInstanceInterceptorFactory
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.