com.ibm.websphere.hamanager.jmx

Interface ServerWithActiveGroups

All Superinterfaces:
java.io.Serializable

  1. public interface ServerWithActiveGroups
  2. extends java.io.Serializable
Represents a server identity and the current set of groups that contain an active member on this server.
Version:
1.6

Method Summary

Modifier and Type Method and Description
  1. com.ibm.wsspi.hamanager.GroupName[]
getActiveGroups()
Retrieve a list of the groups with an active member on this server.
  1. java.lang.String
getCellName()
The name of the cell that contains the server.
  1. java.lang.String
getFullyQualifiedServerName()
This returns the fully qualified server name.
  1. java.lang.String
getNodeName()
The name of the node that contains the server.
  1. java.lang.String
getServerName()
The name of the server.

Method Detail

getFullyQualifiedServerName

  1. java.lang.String getFullyQualifiedServerName( )
This returns the fully qualified server name.
Returns:
String the fully qualified server name in Cell\Node\Server format

getCellName

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

getNodeName

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

getServerName

  1. java.lang.String getServerName( )
The name of the server.
Returns:
String server name.

getActiveGroups

  1. com.ibm.wsspi.hamanager.GroupName[] getActiveGroups( )
Retrieve a list of the groups with an active member on this server.
Returns:
an array of GroupName objects for each group with an active member on this server.