IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.hamanager.jmx
Interface ServerWithActiveGroups

All Superinterfaces:
java.io.Serializable

public interface ServerWithActiveGroups
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
 com.ibm.wsspi.hamanager.GroupName[] getActiveGroups()
          Retrieve a list of the groups with an active member on this server.
 java.lang.String getCellName()
          The name of the cell that contains the server.
 java.lang.String getFullyQualifiedServerName()
          This returns the fully qualified server name.
 java.lang.String getNodeName()
          The name of the node that contains the server.
 java.lang.String getServerName()
          The name of the server.
 

Method Detail

getFullyQualifiedServerName

java.lang.String getFullyQualifiedServerName()
This returns the fully qualified server name.

Returns:
String the fully qualified server name in Cell\Node\Server format

getCellName

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

Returns:
String cell name.

getNodeName

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

Returns:
String node name.

getServerName

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

Returns:
String server name.

getActiveGroups

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.

IBM WebSphere Application ServerTM
Release 8