AccessPointGroup


This type is a class for model objects.

A collection of coregroups and the peers they want to talk to. When a coregroup initializes, it creates a ring and adds itself and it's peers. A Peer and/or CoreGroupAccessPoint can appear in a Ring only once.

Package: coregroupbridgeservice

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  AccessPointGroup.AccessPointGroup
  CoreGroupAccessPoint.AccessPointGroup
  CoreGroupBridgeSettings.accessPointGroups



Attributes Summary
name : EString Ring name used by local clients to get to remote cells.
memberCommunicationKey : EString @since 7.0.0 Name that connecting members must know to be able to communicate. Default is the name of access point group
AccessPointGroup : AccessPointGroup * * No description is available *
peerAccessPointRefs : PeerAccessPoint * The set of peer access points in this access point group. Each must be a reference to a peer access point object in this cell.
coreGroupAccessPointRefs : CoreGroupAccessPoint + The set of core group access points in this access point group. Each must be a reference to a core group access point object in this cell.
properties : Property * Custom properties for the access point group. The name attribute of each property must be unique.



Attribute Details

name  -  Ring name used by local clients to get to remote cells.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

memberCommunicationKey  -  @since 7.0.0 Name that connecting members must know to be able to communicate. Default is the name of access point group
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

AccessPointGroup  -  * No description is available *
    Reference Type: AccessPointGroup *
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

peerAccessPointRefs  -  The set of peer access points in this access point group. Each must be a reference to a peer access point object in this cell.
    Reference Type: PeerAccessPoint *
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

coreGroupAccessPointRefs  -  The set of core group access points in this access point group. Each must be a reference to a core group access point object in this cell.
    Reference Type: CoreGroupAccessPoint +
    Containment:  false
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  1
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

properties  -  Custom properties for the access point group. The name attribute of each property must be unique.
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006