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