IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.hamanager.jmx
Interface CoreGroupInfo

All Superinterfaces:
java.io.Serializable

public interface CoreGroupInfo
extends java.io.Serializable

This represents the current state of a core group.

Version:
1.5

Method Summary
 java.lang.String getCoreGroupName()
          Retrieve the name of the core group.
 CoreGroupManager[] getManagers()
          Retrieve the set of active coordinators for this core group.
 java.lang.String[] 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.

IBM WebSphere Application ServerTM
Release 8