com.ibm.websphere.hamanager.jmx
Interface ServerWithActiveGroups
All Superinterfaces:
java.io.Serializable
- public interface ServerWithActiveGroups
- extends java.io.Serializable
Version:
1.6
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getActiveGroups()
Retrieve a list of the groups with an active member on this server.
|
|
getCellName()
The name of the cell that contains the server.
|
|
getFullyQualifiedServerName()
This returns the fully qualified server name.
|
|
getNodeName()
The name of the node that contains the server.
|
|
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.