com.liferay.portal.messaging.async
Class AsyncAdvice
java.lang.Object
com.liferay.portal.spring.aop.ChainableMethodAdvice
com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<com.liferay.portal.kernel.messaging.async.Async>
com.liferay.portal.messaging.async.AsyncAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.BeanFactoryAware
public class AsyncAdvice
- extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.messaging.async.Async>
View Source
- Author:
- Shuyang Zhou, Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncAdvice
public AsyncAdvice()
before
public java.lang.Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws java.lang.Throwable
- Overrides:
before
in class ChainableMethodAdvice
- Throws:
java.lang.Throwable
getDefaultDestinationName
public java.lang.String getDefaultDestinationName()
getNullAnnotation
public com.liferay.portal.kernel.messaging.async.Async getNullAnnotation()
- Specified by:
getNullAnnotation
in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.messaging.async.Async>
setDefaultDestinationName
public void setDefaultDestinationName(java.lang.String defaultDestinationName)
setDestinationNames
public void setDestinationNames(java.util.Map<java.lang.Class<?>,java.lang.String> destinationNames)