public class AsyncAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
AsyncAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(ServiceBeanMethodInvocation serviceBeanMethodInvocation) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
String |
getDefaultDestinationName() |
void |
setDefaultDestinationName(String defaultDestinationName) |
void |
setDestinationNames(Map<Class<?>,String> destinationNames) |
afterReturning, afterThrowing, duringFinally, invokepublic Object before(ServiceBeanMethodInvocation serviceBeanMethodInvocation) throws Throwable
before in class ChainableMethodAdviceThrowablepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvicepublic String getDefaultDestinationName()
public void setDefaultDestinationName(String defaultDestinationName)
public void setDestinationNames(Map<Class<?>,String> destinationNames)