DRSSettings

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.



Attributes Summary
dataReplicationModeThis 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 : StringRequired if session management is using DRS.
preferredLocalDRSBrokerName : StringThis attribute specified the preferred broker name that this Data replication instance must connect to.
overrideHostConnectionPoints : StringThis string allows the administrator to specify an external disthub broker to which this Data Replication instance will connect to.
ids : IntegerWhich partitions the DRS is interested in.

Attribute Details

dataReplicationMode    -    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.
     data type: 
     default Value:   unspecified



messageBrokerDomainName    -    Required if session management is using DRS.
     data type:  String
     default Value:   unspecified



preferredLocalDRSBrokerName    -    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
     data type:  String
     default Value:   unspecified



overrideHostConnectionPoints    -    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.
     data type:  String
     default Value:   unspecified



ids    -    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 5Note: 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).
     data type:  Integer
     default Value:   unspecified


Copyright IBM Corp. 1997-2004