DataReplication


This type is a class for model objects.

Global tuning and configuration options for internal replication within a replication domain. useSSL, userId, password and ssl are ignored (pre- and post-6.0). messageBrokerName, pooling, partition, serialization are used pre-6.0 only. numberOfReplicas is a new field that will be used post 6.0 only.

Package: drsclient

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

Reference attributes having this type:
  DataReplicationDomain.defaultDataReplicationSettings
  MultibrokerDomain.defaultDataReplicationSettings



Attributes Summary
messageBrokerName : EString The name which identifies a message broker that the DRS should connect to. The host and port of the message broker can be determine from the multibroker routing table. Default: localhost:1506 This name should match the name of one of the SystemMessageServers which has been configured in the domain. This attribute is only used in pre 6.0. @since v6.0 deprecated
requestTimeout : EInt How long a replicator will wait when requesting information from another replicator before giving up and assuming the information does not exist. Specified in seconds. Default value 5 seconds.
useSSL : EBoolean Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS or SSL transport. @since v6.0 deprecated
userId : EString Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS id/password authentication. @since v6.0 deprecated
password : Password Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS id/password authentication. @since v6.0 deprecated
encryptionType : DRSEncryptionKind Specifies the type of encryption which is used prior to transfer. One of NONE, DES, TRIPLE_DES. Default is NONE. You have the options of encrypting data sent between WebSphere processes as part of internal replication (i.e. HttpSession or Dynacache) if we feel the network joining them is unsecure.
encryptionKeyValue : EString The base-64 encoded value of the Java security key. This attribute must be set if the encryptionType is set to DES or 3DES.
numberOfReplicas : EInt Number of replicas to be created for every entry that is replicated over internal replication. Default value of -1 indicates replicate to ALL available servers. @since v6.0
partition : DRSPartition @ Partition strategy settings. These settings are deprecated in V6.0 and any values set will be ignored.
serialization : DRSSerialization @ Java object serialization settings. These settings are deprecated in V6.0 and any values set will be ignored.
pooling : DRSConnectionPool @ Resource pool settings. These settings are deprecated in V6.0 and any values set will be ignored.
ssl : SecureSocketLayer @ Configuration settings for using Secure Socket Layer (SSL). These settings are deprecated and any values set will be ignored.



Attribute Details

messageBrokerName  -  The name which identifies a message broker that the DRS should connect to. The host and port of the message broker can be determine from the multibroker routing table. Default: localhost:1506 This name should match the name of one of the SystemMessageServers which has been configured in the domain. This attribute is only used in pre 6.0. @since v6.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

requestTimeout  -  How long a replicator will wait when requesting information from another replicator before giving up and assuming the information does not exist. Specified in seconds. Default value 5 seconds.
    Data Type: EInt
    Default value:  5
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

useSSL  -  Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS or SSL transport. @since v6.0 deprecated
    Data Type: EBoolean
    Default value:  false
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

userId  -  Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS id/password authentication. @since v6.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

password  -  Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS id/password authentication. @since v6.0 deprecated
    Data Type: Password
    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

encryptionType  -  Specifies the type of encryption which is used prior to transfer. One of NONE, DES, TRIPLE_DES. Default is NONE. You have the options of encrypting data sent between WebSphere processes as part of internal replication (i.e. HttpSession or Dynacache) if we feel the network joining them is unsecure.
    Data Type: DRSEncryptionKind
    Default value:  unspecified
    Allowed values:
        0 - NONE
        1 - DES
        2 - TRIPLE_DES
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

encryptionKeyValue  -  The base-64 encoded value of the Java security key. This attribute must be set if the encryptionType is set to DES or 3DES.
    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

numberOfReplicas  -  Number of replicas to be created for every entry that is replicated over internal replication. Default value of -1 indicates replicate to ALL available servers. @since v6.0
    Data Type: EInt
    Default value:  1
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

partition  -  Partition strategy settings. These settings are deprecated in V6.0 and any values set will be ignored.
    Reference Type: DRSPartition @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

serialization  -  Java object serialization settings. These settings are deprecated in V6.0 and any values set will be ignored.
    Reference Type: DRSSerialization @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

pooling  -  Resource pool settings. These settings are deprecated in V6.0 and any values set will be ignored.
    Reference Type: DRSConnectionPool @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

ssl  -  Configuration settings for using Secure Socket Layer (SSL). These settings are deprecated and any values set will be ignored.
    Reference Type: SecureSocketLayer @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



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