Liferay 6.2.0-ce-rc3

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   
 

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
protected  Message BaseProxyBean.buildMessage(ProxyRequest proxyRequest)
           
protected  Message BaseMultiDestinationProxyBean.buildMessage(ProxyRequest proxyRequest)
           
abstract  String BaseMultiDestinationProxyBean.getDestinationName(ProxyRequest proxyRequest)
           
 void BaseProxyBean.send(ProxyRequest proxyRequest)
           
 void BaseMultiDestinationProxyBean.send(ProxyRequest proxyRequest)
           
 Object BaseProxyBean.synchronousSend(ProxyRequest proxyRequest)
           
 Object BaseMultiDestinationProxyBean.synchronousSend(ProxyRequest proxyRequest)
           
 

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

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


Liferay 6.2.0-ce-rc3