com.liferay.portal.kernel.cluster
Class ClusterNodeResponses

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

public class ClusterNodeResponses
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Michael C. Han
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)
           
 java.util.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 java.util.Map<ClusterNode,ClusterNodeResponse> getClusterResponses()

size

public int size()