Class EjbRequestScopeActivationInterceptor.Factory

java.lang.Object
org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.Factory
All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory
Enclosing class:
EjbRequestScopeActivationInterceptor

public static class EjbRequestScopeActivationInterceptor.Factory extends Object implements org.jboss.invocation.InterceptorFactory
  • Field Summary

    Fields inherited from interface org.jboss.invocation.InterceptorFactory

    EMPTY_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Factory(org.jboss.msc.service.ServiceName beanManagerServiceName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.invocation.Interceptor
    create(org.jboss.invocation.InterceptorFactoryContext context)
     

    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.msc.service.ServiceName beanManagerServiceName)
  • Method Details

    • create

      public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
      Specified by:
      create in interface org.jboss.invocation.InterceptorFactory