ConnectionTest

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



Attributes Summary
preTestConnection : boolean@since 6.
retryInterval : intWhen connection pre-test is enabled, this setting speficies how often to retry.
retryLimit : intThe number of times to retry testing the connection until connection test failure.

Attribute Details

preTestConnection    -    @since 6.0.0When 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: boolean
     default Value:   false
     Allowed Values:  true   false  



retryInterval    -    When connection pre-test is enabled, this setting speficies how often to retry.
     data type:  int
     default Value:   0



retryLimit    -    The number of times to retry testing the connection until connection test failure.
     data type:  int
     default Value:   0


Copyright IBM Corp. 1997-2004