org.jboss.ejb3.async.impl.interceptor
Class AsynchronousInterceptorFactory

java.lang.Object
  extended by org.jboss.ejb3.async.impl.interceptor.CreatePerClassAspectFactory
      extended by org.jboss.ejb3.async.impl.interceptor.AsynchronousInterceptorFactory
All Implemented Interfaces:
org.jboss.aop.advice.AspectFactory

public final class AsynchronousInterceptorFactory
extends org.jboss.ejb3.async.impl.interceptor.CreatePerClassAspectFactory

Factory to create instances of the AsynchronousInterceptor. Only to be used in scope PER_CLASS


Constructor Summary
AsynchronousInterceptorFactory()
           
 
Method Summary
 java.lang.Object createPerClass(org.jboss.aop.Advisor advisor)
          
 
Methods inherited from class org.jboss.ejb3.async.impl.interceptor.CreatePerClassAspectFactory
createPerInstance, createPerJoinpoint, createPerJoinpoint, createPerVM, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousInterceptorFactory

public AsynchronousInterceptorFactory()
Method Detail

createPerClass

public java.lang.Object createPerClass(org.jboss.aop.Advisor advisor)

See Also:
AspectFactory.createPerClass(org.jboss.aop.Advisor)