com.atlassian.confluence.cluster
Interface ClusterNodeInformation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HazelcastClusterNodeInformation, TangosolClusterNodeInformation

public interface ClusterNodeInformation
extends java.io.Serializable


Method Summary
 java.lang.String getDescription()
           
 int getId()
           
 java.net.InetSocketAddress getLocalSocketAddress()
           
 

Method Detail

getId

int getId()
Returns:
the id of this node within the cluster.

getDescription

java.lang.String getDescription()

getLocalSocketAddress

java.net.InetSocketAddress getLocalSocketAddress()


Copyright © 2003-2014 Atlassian. All Rights Reserved.