Liferay 6.0.5

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(ProxyRequest proxyRequest, BaseProxyBean baseProxyBean)
           
protected  Object doInvokeSynchronous(ProxyRequest proxyRequest, 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(ProxyRequest proxyRequest,
                                    BaseProxyBean baseProxyBean)

doInvokeSynchronous

protected Object doInvokeSynchronous(ProxyRequest proxyRequest,
                                     BaseProxyBean baseProxyBean)
                              throws Exception
Throws:
Exception

Liferay 6.0.5