ConnectionTest
This type is a class for model objects.
Encapsulation of connection pretest options. Connection pretest is an optional feature described in the InfoCenter. See: http://wasinfo.raleigh.ibm.com:3080/help/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tdat_pretestconn.html
Package: resources
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Reference attributes having this type:
ConnectionFactory.preTestConfig
Attributes Summary preTestConnection : EBoolean @since 6.0.0 When a connection is retrieved from the free pool, the connection to the backend resource will be tested to ensure it is still valid. Because testing connectivity can be a performance-intensive operation, this setting is disabled by default. retryInterval : EInt When connection pre-test is enabled, this setting speficies how often to retry. retryLimit : EInt The number of times to retry testing the connection until connection test failure.
Attribute Details
preTestConnection - @since 6.0.0 When a connection is retrieved from the free pool, the connection to the backend resource will be tested to ensure it is still valid. Because testing connectivity can be a performance-intensive operation, this setting is disabled by default.
Data Type: EBoolean
Default value: 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
retryInterval - When connection pre-test is enabled, this setting speficies how often to retry.
Data Type: EInt
Default value: 0
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
retryLimit - The number of times to retry testing the connection until connection test failure.
Data Type: EInt
Default value: 0
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