Liferay 6.1.2-ce-ga3

com.liferay.portal.messaging.async
Class AsyncAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<Async>
          extended by com.liferay.portal.messaging.async.AsyncAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class AsyncAdvice
extends AnnotationChainableMethodAdvice<Async>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult
 
Constructor Summary
AsyncAdvice()
           
 
Method Summary
 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 String getDefaultDestinationName()
           
 Async getNullAnnotation()
           
 void setDefaultDestinationName(String defaultDestinationName)
           
 void setDestinationNames(Map<Class<?>,String> destinationNames)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
afterPropertiesSet, findAnnotation, getAnnotationClass, registerAnnotationClass
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterReturning, afterThrowing, duringFinally, invoke, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncAdvice

public AsyncAdvice()
Method Detail

before

public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Overrides:
before in class ChainableMethodAdvice
Throws:
Throwable

getDefaultDestinationName

public String getDefaultDestinationName()

getNullAnnotation

public Async getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<Async>

setDefaultDestinationName

public void setDefaultDestinationName(String defaultDestinationName)

setDestinationNames

public void setDestinationNames(Map<Class<?>,String> destinationNames)

Liferay 6.1.2-ce-ga3