AccessPointGroup

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.



Attributes Summary
name : StringRing name used by local clients to get to remote cells.
peerAccessPointRefs : PeerAccessPoint @* The set of peer access points in this access point group.
coreGroupAccessPointRefs : CoreGroupAccessPoint @* The set of core group access points in this access point group.
properties : Property * Custom properties for the access point group.

Attribute Details

name    -    Ring name used by local clients to get to remote cells.
     data type:  String
     default Value:   unspecified



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.
     data type: PeerAccessPoint@*



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.
     data type: CoreGroupAccessPoint@*



properties    -    Custom properties for the access point group. The name attribute of each property must be unique.
     data type: Property*


Copyright IBM Corp. 1997-2004