|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.gen.AbstractAspectFactory<X>
com.caucho.config.gen.AsynchronousFactory<X>
@Module public class AsynchronousFactory<X>
Aspect factory for generating @Asynchronous aspects.
Constructor Summary | |
---|---|
AsynchronousFactory(AspectBeanFactory<X> beanFactory,
AspectFactory<X> next)
|
Method Summary | |
---|---|
AspectGenerator<X> |
create(AnnotatedMethod<? super X> method,
boolean isEnhanced)
Creates an aspect for interception if the method should be intercepted. |
Methods inherited from class com.caucho.config.gen.AbstractAspectFactory |
---|
generateEpilogue, generateInject, generatePostConstruct, generatePreDestroy, getAspectBeanFactory, getBeanType, getGeneratedClassName, getInstanceClassName, getJavaClass, isEnhanced, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AsynchronousFactory(AspectBeanFactory<X> beanFactory, AspectFactory<X> next)
Method Detail |
---|
public AspectGenerator<X> create(AnnotatedMethod<? super X> method, boolean isEnhanced)
create
in interface AspectFactory<X>
create
in class AbstractAspectFactory<X>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |