Package org.wildfly.clustering.group
Interface Node
-
public interface NodeIdentifies a member of a cluster.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the logical name of this node.InetSocketAddressgetSocketAddress()Returns the unique socking binding address of this node.
-
-
-
Method Detail
-
getName
String getName()
Returns the logical name of this node.- Returns:
- a unique name
-
getSocketAddress
InetSocketAddress getSocketAddress()
Returns the unique socking binding address of this node.- Returns:
- a socket binding address, or null if this node is a member of a singleton group.
-
-