Liferay 7.0-ce-b4

com.liferay.portal.kernel.cluster
Class ClusterNodeResponses

java.lang.Object
  extended by com.liferay.portal.kernel.cluster.ClusterNodeResponses
All Implemented Interfaces:
Serializable

public class ClusterNodeResponses
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ClusterNodeResponses(Set<String> expectedReplyNodeIds)
           
 
Method Summary
 boolean addClusterResponse(ClusterNodeResponse clusterNodeResponse)
           
 ClusterNodeResponse getClusterResponse(String clusterNodeId)
           
 BlockingQueue<ClusterNodeResponse> getClusterResponses()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterNodeResponses

public ClusterNodeResponses(Set<String> expectedReplyNodeIds)
Method Detail

addClusterResponse

public boolean addClusterResponse(ClusterNodeResponse clusterNodeResponse)

getClusterResponse

public ClusterNodeResponse getClusterResponse(String clusterNodeId)

getClusterResponses

public BlockingQueue<ClusterNodeResponse> getClusterResponses()

size

public int size()

Liferay 7.0-ce-b4