com.atlassian.confluence.cluster
Class ClusterInvariants

java.lang.Object
  extended by com.atlassian.confluence.cluster.ClusterInvariants
All Implemented Interfaces:
java.io.Serializable

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

This class contains all attributes of a cluster which must be identical between nodes

See Also:
Serialized Form

Constructor Summary
ClusterInvariants()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDifferenceExplanation(ClusterInvariants cluster)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterInvariants

public ClusterInvariants()
Method Detail

getDifferenceExplanation

public java.lang.String getDifferenceExplanation(ClusterInvariants cluster)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.