com.ibm.websphere.hamanager.jmx

Interface CoreGroupInfo

All Superinterfaces:
java.io.Serializable

  1. public interface CoreGroupInfo
  2. extends java.io.Serializable
This represents the current state of a core group.
Version:
1.5

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getCoreGroupName()
Retrieve the name of the core group.
  1. CoreGroupManager[]
getManagers()
Retrieve the set of active coordinators for this core group.
  1. java.lang.String[]
getVisibleServers()
Retrieve the set of servers that are currently visible for this core group.

Method Detail

getCoreGroupName

  1. java.lang.String getCoreGroupName( )
Retrieve the name of the core group.
Returns:
the name of the core group.

getManagers

  1. CoreGroupManager[] getManagers( )
Retrieve the set of active coordinators for this core group.
Returns:
an array of HA Manager active coordinators.

getVisibleServers

  1. 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.