DRSSettings


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: webcontainer

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

Reference attributes having this type:
  ApplicationConfig.drsSettings
  CacheInstance.cacheReplication
  DynamicCache.cacheReplication
  EJBContainer.drsSettings
  EJBModuleConfiguration.drsSettings
  SessionManager.sessionDRSPersistence



Attributes 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

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: DRSRuntimeMode
    Default value:  unspecified
    Allowed values:
        0 - BOTH
        1 - CLIENT
        2 - SERVER
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

messageBrokerDomainName  -  Required if session management is using DRS.
    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

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: 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

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: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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 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).
    Data Type: EIntegerObject
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

properties  -  * No description is available *
    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