Liferay 6.1.2-ce-ga3

com.liferay.portal.messaging.proxy
Class MultiDestinationMessagingProxyAdvice

java.lang.Object
  extended by com.liferay.portal.messaging.proxy.MultiDestinationMessagingProxyAdvice

public class MultiDestinationMessagingProxyAdvice
extends Object


Constructor Summary
MultiDestinationMessagingProxyAdvice()
           
 
Method Summary
protected  ProxyRequest createProxyRequest(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
protected  void doInvokeAsynchronous(Message message, BaseMultiDestinationProxyBean baseMultiDestinationProxyBean, String destinationName)
           
protected  Object doInvokeSynchronous(Message message, BaseMultiDestinationProxyBean baseMultiDestinationProxyBean, String destinationName)
           
 Object invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiDestinationMessagingProxyAdvice

public MultiDestinationMessagingProxyAdvice()
Method Detail

invoke

public Object invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
              throws Throwable
Throws:
Throwable

createProxyRequest

protected ProxyRequest createProxyRequest(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
                                   throws Exception
Throws:
Exception

doInvokeAsynchronous

protected void doInvokeAsynchronous(Message message,
                                    BaseMultiDestinationProxyBean baseMultiDestinationProxyBean,
                                    String destinationName)

doInvokeSynchronous

protected Object doInvokeSynchronous(Message message,
                                     BaseMultiDestinationProxyBean baseMultiDestinationProxyBean,
                                     String destinationName)
                              throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3