public class BufferedIncrementAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
BufferedIncrementAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(ServiceBeanMethodInvocation serviceBeanMethodInvocation) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
afterReturning, afterThrowing, duringFinally, invokepublic Object before(ServiceBeanMethodInvocation serviceBeanMethodInvocation)
before in class ChainableMethodAdvicepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvice