public class StatelessScheduledMethodTailGenerator<X> extends StatelessMethodTailGenerator<X>
_factory, _method
NULL
Constructor and Description |
---|
StatelessScheduledMethodTailGenerator(StatelessScheduledMethodTailFactory<X> factory,
AnnotatedMethod<? super X> method) |
Modifier and Type | Method and Description |
---|---|
void |
generateCall(JavaWriter out)
Generates the call to the implementation bean.
|
void |
generateMethodPrologue(JavaWriter out,
java.util.HashMap<java.lang.String,java.lang.Object> map)
Generates the static class prologue
|
void |
generateProxyConstructor(JavaWriter out,
java.util.HashMap<java.lang.String,java.lang.Object> map)
Generates bean instance interception
|
generateApplicationException, generateFinally, generatePostCall, generatePreCall, generatePreTry, getBeanFactory, getBeanType, getFactory, getJavaClass
getMethod, isApplicationExceptionThrown
generate, generateAsync, generateBeanConstructor, generateBeanPrologue, generateDestroy, generateEpilogue, generateInject, generatePostConstruct, generatePostFinally, generatePreDestroy, generateSystemException
public StatelessScheduledMethodTailGenerator(StatelessScheduledMethodTailFactory<X> factory, AnnotatedMethod<? super X> method)
public void generateMethodPrologue(JavaWriter out, java.util.HashMap<java.lang.String,java.lang.Object> map) throws java.io.IOException
NullGenerator
generateMethodPrologue
in interface AspectGenerator<X>
generateMethodPrologue
in class NullGenerator<X>
java.io.IOException
public void generateProxyConstructor(JavaWriter out, java.util.HashMap<java.lang.String,java.lang.Object> map) throws java.io.IOException
NullGenerator
generateProxyConstructor
in interface AspectGenerator<X>
generateProxyConstructor
in class NullGenerator<X>
java.io.IOException
public void generateCall(JavaWriter out) throws java.io.IOException
MethodTailGenerator
generateCall
in interface AspectGenerator<X>
generateCall
in class MethodTailGenerator<X>
java.io.IOException