Liferay 6.1.10-ee-ga1

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.runLocalMethod(MethodHandler methodHandler)
           
 

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

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)
           
 


Liferay 6.1.10-ee-ga1