com.ibm.websphere.hamanager.jmx
Interface ServerWithActiveGroups
-
- All Superinterfaces:
- java.io.Serializable
public interface ServerWithActiveGroups extends java.io.SerializableRepresents a server identity and the current set of groups that contain an active member on this server.- Version:
- 1.6
-
-
Method Summary
Methods Modifier and Type Method and Description com.ibm.wsspi.hamanager.GroupName[]getActiveGroups()Retrieve a list of the groups with an active member on this server.java.lang.StringgetCellName()The name of the cell that contains the server.java.lang.StringgetFullyQualifiedServerName()This returns the fully qualified server name.java.lang.StringgetNodeName()The name of the node that contains the server.java.lang.StringgetServerName()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.
-
-