This type is a class for model objects.
A CoreGroup is a set of WebSphere servers having a Group Communications System (GCS) fabric, which can be used for Virtually Synchronous messaging. Websphere environment allows mulitcasts among the members of a core group. During both WebSphere Express and ND installations, a coregroup.xml file gets created. The initial coregroup.xml file contains only the 'DefaultCoreGroup" having only one server- 'server1' (by default) for Express and 'dmgr' for ND. At any point in time, the coregroup.xml file can be altered through the Integrated Solutions Console, or by executing appropriate wsadmin scripts. The class also consists of a set of parameter values for the GCS layer underlying a core group.
Package: coregroupAttributes Summary | |
name : EString | A mandatory String-valued attribute specifying the core group name. The name must be unique within the scope of a WebSphere cell. |
description : EString | An optional String-valued field. |
coreGroupUID : EString | Unique Id for this core group. |
numCoordinators : EInt | An integer-type field with the default value of 1. The field specifies the number of coordinators for the containing core group. If explicitly specified, the relationship: 1 <= numCoordinators <= number of CoreGroupServers should be satisfied. However, the HAManager component is resilient regarding the specification of this pariticular attribute: HAManager may use the default value of 1, if numCoordinators is specified to be < 1, and may use the value of 'number of CoreGroupServers' if numCoordinators is specified to be > 'number of CoreGroupServers'. |
multiCastPort : EInt | The designated port number for mulicast. The attribute is for the underlying Group Communications Systems and assumes significance only if the 'transportType' attribute is set to 'MULTICAST'. |
multiCastGroupIPStart : EString | The lower limit for the range of Host's IP addresses to be used for multicast. The attribute is for the underlying Group Communications Systems and assumes significance only if the 'transportType' attribute is set to 'MULTICAST'. |
multiCastGroupIPEnd : EString | The upper limit for the range of Host's IP addresses to be used for multicast. The attribute is for the underlying Group Communications Systems and assumes significance only if the 'transportType' attribute is set to 'MULTICAST'. |
channelChainName : EString | The name of the Channel Chain to be used by the Channel Framework transport. The attribute assumes significance only if the 'TransportType' attribute is set to 'CHANNEL_FRAMEWORK'. |
transportType : TransportType | Specifies the transport type to be used by the Group Communications System for communicating among the members of the core group under concern. Values can only be: CHANNEL_FRAMEWORK, UNICAST, or MULTICAST. The CHANNEL_FRAMEWORK is the default. |
protocolVersion : EString | Specifies the version of the wire protocol being used for this coregroup. @since 6.0.2 |
policies : HAManagerPolicy * | * No description is available * |
preferredCoordinatorServers : CoreGroupServer * | * No description is available * |
customProperties : Property * | * No description is available * |
coreGroupServers : CoreGroupServer + | * No description is available * |
Attribute Details |