Package org.jboss.as.ejb3.tx
Class LifecycleCMTTxInterceptor.Factory
java.lang.Object
org.jboss.as.ee.component.ComponentInterceptorFactory
org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.Factory
- All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory
- Enclosing class:
- LifecycleCMTTxInterceptor
- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from interface org.jboss.invocation.InterceptorFactory
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionFactory(org.jboss.invocation.proxy.MethodIdentifier methodIdentifier, boolean treatRequiredAsRequiresNew) -
Method Summary
Methods inherited from class org.jboss.as.ee.component.ComponentInterceptorFactory
create
-
Constructor Details
-
Factory
public Factory(org.jboss.invocation.proxy.MethodIdentifier methodIdentifier, boolean treatRequiredAsRequiresNew)
-
-
Method Details
-
create
protected org.jboss.invocation.Interceptor create(Component component, org.jboss.invocation.InterceptorFactoryContext context) - Specified by:
createin classComponentInterceptorFactory
-