Package org.wildfly.clustering.group
Interface Node
Deprecated, for removal: This API element is subject to removal in a future version.
Identifies a member of a cluster.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the logical name of this node.default InetSocketAddressDeprecated, for removal: This API element is subject to removal in a future version.Returns the unique socking binding address of this node.
-
Method Details
-
getName
String getName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the logical name of this node.- Returns:
- a unique name
-
getSocketAddress
Deprecated, for removal: This API element is subject to removal in a future version.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.
-
GroupMember.