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

public static class LifecycleCMTTxInterceptor.Factory extends ComponentInterceptorFactory
Author:
Stuart Douglas
  • Field Summary

    Fields inherited from interface org.jboss.invocation.InterceptorFactory

    EMPTY_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Factory(org.jboss.invocation.proxy.MethodIdentifier methodIdentifier, boolean treatRequiredAsRequiresNew)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.jboss.invocation.Interceptor
    create(Component component, org.jboss.invocation.InterceptorFactoryContext context)
     

    Methods inherited from class org.jboss.as.ee.component.ComponentInterceptorFactory

    create

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      public Factory(org.jboss.invocation.proxy.MethodIdentifier methodIdentifier, boolean treatRequiredAsRequiresNew)
  • Method Details