com.ibm.websphere.hamanager.jmx

Interface GroupMemberData


  1. public interface GroupMemberData
This represents a group member. It's typically returned as part of a GroupData.
Version:
1.8

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getCellName()
The name of the cell that contains the server hosting this member.
  1. java.lang.String
getFullyQualifiedServerName()
This returns the fully qualified server name that is hosting this member.
  1. java.util.Map
getMemberProperties()
This is the unique map of properties identifying the member from other members in this group.
  1. GroupMemberState
getMemberState()
  1. java.lang.String
getNodeName()
The name of the node that contains the server hosting this member.
  1. java.lang.String
getServerName()
The name of the server that is hosting this member.

Method Detail

getFullyQualifiedServerName

  1. java.lang.String getFullyQualifiedServerName( )
This returns the fully qualified server name that is hosting this member. This name uniquely identifies a member within a group. A group can only have a single member per server.
Returns:
String - fully qualified server name in Cell\Node\Server format

getCellName

  1. java.lang.String getCellName()
The name of the cell that contains the server hosting this member.
Returns:
String cell name.

getNodeName

  1. java.lang.String getNodeName()
The name of the node that contains the server hosting this member.
Returns:
String node name.

getServerName

  1. java.lang.String getServerName( )
The name of the server that is hosting this member.
Returns:
String server name.

getMemberState

  1. GroupMemberState getMemberState( )
Returns:
The GroupMemberState (type-safe enumeration) that specifies the members state.

getMemberProperties

  1. java.util.Map getMemberProperties( )
This is the unique map of properties identifying the member from other members in this group.
Returns:
Map of member properties.