Liferay 6.0.5

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(ClusterNode clusterNode)
           
 

Methods in com.liferay.portal.kernel.cluster that return types with arguments of type ClusterNodeResponse
 Map<ClusterNode,ClusterNodeResponse> ClusterNodeResponses.getClusterResponses()
           
 

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


Liferay 6.0.5