Liferay 6.2-ce-ga5

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