org.jboss.ha.framework.interfaces
Interface ClusterNode

All Superinterfaces:
Cloneable, Comparable, Serializable

public interface ClusterNode
extends Comparable, Cloneable, Serializable

Abstract identifier for a member of an @{link HAPartition}.

Version:
$Revision: 74879 $
Author:
Brian Stansberry

Method Summary
 InetAddress getIpAddress()
          Gets the InetAddress at which the node is receiving intra-cluster communications.
 String getName()
          Gets a String identifier for this node.
 int getPort()
          Gets the port at which the node is receiving intra-cluster communications.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

String getName()
Gets a String identifier for this node. The identifier should be unique across all nodes in the current view.


getIpAddress

InetAddress getIpAddress()
Gets the InetAddress at which the node is receiving intra-cluster communications.


getPort

int getPort()
Gets the port at which the node is receiving intra-cluster communications.



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.