Liferay 6.0.5

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

getClusterResponses

public Map<ClusterNode,ClusterNodeResponse> getClusterResponses()

size

public int size()

Liferay 6.0.5