com.atlassian.confluence.cluster
Class ClusterInvariants

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

public class ClusterInvariants
extends Object
implements 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(Object o)
           
 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 String getDifferenceExplanation(ClusterInvariants cluster)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2010 Atlassian. All Rights Reserved.