This type is a class for model objects.
An object of this class will store replication related settings for a Data Replication Service end point. These settings are used while creating an end point, and it (along with the properties of the multibroker domain ) determines the replication behavior demonstrated by this end point. The attributes ids,overrideHostConnectionPoints, preferredLocalDRSBrokerName and dataReplicationMode are used pre-6.0 only.
Package: webcontainerAttributes Summary | |
dataReplicationMode : DRSRuntimeMode | This attributes determines whether the client using this Data Replication Service endpoint would like to be a client, a server or both for the purpose of sending and receiving replicated objects. |
messageBrokerDomainName : EString | Required if session management is using DRS. |
preferredLocalDRSBrokerName : EString | This attribute specified the preferred broker name that this Data replication instance must connect to. This attribute is relevant in pre 6.0 only. It is ignored in 6.0 and future releases. @since 6.0 deprecated |
overrideHostConnectionPoints : EString | This string allows the administrator to specify an external disthub broker to which this Data Replication instance will connect to. This field is relevant in pre 6.0 only and is ignored in 6.0 and future releases. @since 6.0 deprecated. |
ids : EIntegerObject | Which partitions the DRS is interested in. One, a subset, or all of the partitions. Default is listen on ALL (No items in list = ALL). Scenario 2: Machine 1 on first 5, machine 2 on second 5 Note: this is an Integer object ... it was missed in 5.0, so it must remain this object type (and NOT changed to int primitive type). |
properties : Property * | * No description is available * |
Attribute Details |