com.ibm.websphere.hamanager.jmx
Interface CoreGroupInfo
All Superinterfaces:
java.io.Serializable
- public interface CoreGroupInfo
- extends java.io.Serializable
Version:
1.5
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCoreGroupName()
Retrieve the name of the core group.
|
getManagers()
Retrieve the set of active coordinators for this core group.
|
|
|
getVisibleServers()
Retrieve the set of servers that are currently visible for this core group.
|
Method Detail
getCoreGroupName
- java.lang.String getCoreGroupName( )
Retrieve the name of the core group.
Returns:
the name of the core group.
getManagers
- CoreGroupManager[] getManagers( )
Retrieve the set of active coordinators for this core group.
Returns:
an array of HA Manager active coordinators.
getVisibleServers
- java.lang.String[] getVisibleServers( )
Retrieve the set of servers that are currently visible for this core group.
Returns:
the set of servers in the core group that are currently visable.