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: drsclientAttributes 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 | Specifies 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 you 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 |