Liferay 6.1.2-ce-ga3

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

Field Summary
static ClusterNodeResponses EMPTY_CLUSTER_NODE_RESPONSES
           
 
Constructor Summary
ClusterNodeResponses()
           
 
Method Summary
 void addClusterResponse(ClusterNodeResponse clusterNodeResponse)
           
 ClusterNodeResponse getClusterResponse(Address address)
           
 ClusterNodeResponse getClusterResponse(ClusterNode clusterNode)
           
 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
 

Field Detail

EMPTY_CLUSTER_NODE_RESPONSES

public static final ClusterNodeResponses EMPTY_CLUSTER_NODE_RESPONSES
Constructor Detail

ClusterNodeResponses

public ClusterNodeResponses()
Method Detail

addClusterResponse

public void addClusterResponse(ClusterNodeResponse clusterNodeResponse)

getClusterResponse

public ClusterNodeResponse getClusterResponse(Address address)

getClusterResponse

public ClusterNodeResponse getClusterResponse(ClusterNode clusterNode)

getClusterResponse

public ClusterNodeResponse getClusterResponse(String clusterNodeId)

getClusterResponses

public BlockingQueue<ClusterNodeResponse> getClusterResponses()

size

public int size()

Liferay 6.1.2-ce-ga3