Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.messaging.proxy.ProxyRequest

Packages that use ProxyRequest
com.liferay.portal.kernel.messaging.proxy   
com.liferay.portal.kernel.search   
com.liferay.portal.messaging.proxy   
 

Uses of ProxyRequest in com.liferay.portal.kernel.messaging.proxy
 

Subclasses of ProxyRequest in com.liferay.portal.kernel.messaging.proxy
 class MultiClassLoaderProxyRequest
           
 

Methods in com.liferay.portal.kernel.messaging.proxy with parameters of type ProxyRequest
abstract  String BaseMultiDestinationProxyBean.getDestinationName(ProxyRequest proxyRequest)
           
 

Uses of ProxyRequest in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search with parameters of type ProxyRequest
 String IndexSearcherProxyBean.getDestinationName(ProxyRequest proxyRequest)
           
 String IndexWriterProxyBean.getDestinationName(ProxyRequest proxyRequest)
           
 

Uses of ProxyRequest in com.liferay.portal.messaging.proxy
 

Methods in com.liferay.portal.messaging.proxy that return ProxyRequest
protected  ProxyRequest MultiDestinationMessagingProxyAdvice.createProxyRequest(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
protected  ProxyRequest MessagingProxyAdvice.createProxyRequest(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
           
 


Liferay 6.1.2-ce-ga3