Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.cluster.ClusterNodeResponse

Packages that use ClusterNodeResponse
com.liferay.portal.cluster   
com.liferay.portal.kernel.cluster   
 

Uses of ClusterNodeResponse in com.liferay.portal.cluster
 

Methods in com.liferay.portal.cluster that return ClusterNodeResponse
protected  ClusterNodeResponse ClusterExecutorImpl.generateClusterNodeResponse(ClusterRequest clusterRequest, Object returnValue, Exception exception)
           
 

Methods in com.liferay.portal.cluster with parameters of type ClusterNodeResponse
protected  void ClusterRequestReceiver.processClusterResponse(ClusterNodeResponse clusterNodeResponse, Address sourceAddress)
           
 

Uses of ClusterNodeResponse in com.liferay.portal.kernel.cluster
 

Methods in com.liferay.portal.kernel.cluster that return ClusterNodeResponse
 ClusterNodeResponse ClusterNodeResponses.getClusterResponse(Address address)
           
 ClusterNodeResponse ClusterNodeResponses.getClusterResponse(ClusterNode clusterNode)
           
 ClusterNodeResponse ClusterNodeResponses.getClusterResponse(String clusterNodeId)
           
 

Methods in com.liferay.portal.kernel.cluster that return types with arguments of type ClusterNodeResponse
 BlockingQueue<ClusterNodeResponse> ClusterNodeResponses.getClusterResponses()
           
 BlockingQueue<ClusterNodeResponse> FutureClusterResponses.getPartialResults()
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type ClusterNodeResponse
 void FutureClusterResponses.addClusterNodeResponse(ClusterNodeResponse clusterNodeResponse)
           
 void ClusterNodeResponses.addClusterResponse(ClusterNodeResponse clusterNodeResponse)
           
 

Method parameters in com.liferay.portal.kernel.cluster with type arguments of type ClusterNodeResponse
 void ClusterResponseCallback.callback(BlockingQueue<ClusterNodeResponse> blockingQueue)
           
 void BaseClusterResponseCallback.callback(BlockingQueue<ClusterNodeResponse> blockingQueue)
           
 


Liferay 6.2-ce-ga5