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, setServiceBeanAopCacheManager
afterReturning, afterThrowing, duringFinally, invoke, setNextMethodInterceptor
public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
before
in class ChainableMethodAdvice
Throwable
public 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)
public void setDestinationNames(Map<Class<?>,String> destinationNames)