public class AsyncAdvice extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.messaging.async.Async>
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager| Constructor and Description |
|---|
AsyncAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(org.aopalliance.intercept.MethodInvocation methodInvocation) |
String |
getDefaultDestinationName() |
com.liferay.portal.kernel.messaging.async.Async |
getNullAnnotation() |
void |
setDefaultDestinationName(String defaultDestinationName) |
void |
setDestinationNames(Map<Class<?>,String> destinationNames) |
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManagerafterReturning, afterThrowing, duringFinally, invoke, setNextMethodInterceptorpublic Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
before in class ChainableMethodAdviceThrowablepublic String getDefaultDestinationName()
public com.liferay.portal.kernel.messaging.async.Async getNullAnnotation()
getNullAnnotation in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.messaging.async.Async>public void setDefaultDestinationName(String defaultDestinationName)