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 PaiConstructor and Description |
---|
ContainerManagedConcurrencyInterceptorFactory(Map<Method,Method> viewMethodToComponentMethodMap) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.invocation.Interceptor |
create(Component component,
org.jboss.invocation.InterceptorFactoryContext context) |
create
protected org.jboss.invocation.Interceptor create(Component component, org.jboss.invocation.InterceptorFactoryContext context)
create
in class ComponentInstanceInterceptorFactory
Copyright © 2017 JBoss by Red Hat. All rights reserved.