com.atlassian.confluence.cluster.coherence
Class TangosolClusterNodeInformation

java.lang.Object
  extended by com.atlassian.confluence.cluster.coherence.TangosolClusterNodeInformation
All Implemented Interfaces:
ClusterNodeInformation, java.io.Serializable

public class TangosolClusterNodeInformation
extends java.lang.Object
implements ClusterNodeInformation

See Also:
Serialized Form

Constructor Summary
TangosolClusterNodeInformation(com.tangosol.net.Member node)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDescription()
           
 int getId()
           
 java.net.InetSocketAddress getLocalSocketAddress()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TangosolClusterNodeInformation

public TangosolClusterNodeInformation(com.tangosol.net.Member node)
Method Detail

getId

public int getId()
Specified by:
getId in interface ClusterNodeInformation
Returns:
the id of this node within the 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

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ClusterNodeInformation

getLocalSocketAddress

public java.net.InetSocketAddress getLocalSocketAddress()
Specified by:
getLocalSocketAddress in interface ClusterNodeInformation


Copyright © 2003-2014 Atlassian. All Rights Reserved.