Liferay 6.1.2-ce-ga3

com.liferay.portal.messaging.proxy
Class MessagingProxyAdvice

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

public class MessagingProxyAdvice
extends Object


Constructor Summary
MessagingProxyAdvice()
           
 
Method Summary
protected  ProxyRequest createProxyRequest(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
protected  void doInvokeAsynchronous(Message message, BaseProxyBean baseProxyBean)
           
protected  Object doInvokeSynchronous(Message message, BaseProxyBean baseProxyBean)
           
 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

MessagingProxyAdvice

public MessagingProxyAdvice()
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,
                                    BaseProxyBean baseProxyBean)

doInvokeSynchronous

protected Object doInvokeSynchronous(Message message,
                                     BaseProxyBean baseProxyBean)
                              throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3