Fields Summary |
---|
public static final String | STEADY_POOL_SIZE_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String. |
public static final String | MAX_POOL_SIZE_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String. |
public static final String | MAX_WAIT_TIME_IN_MILLIS_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String. |
public static final String | POOL_RESIZE_QUANTITY_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String. |
public static final String | IDLE_TIMEOUT_IN_SECONDS_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String. |
public static final String | FAIL_ALL_CONNECTIONS_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.Boolean. |
public static final String | IS_CONNECTION_VALIDATION_REQUIRED_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.Boolean. |
public static final String | TRANSACTION_SUPPORT_KEYKey for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String.
Indicates the level of transaction support that this pool
will have. Possible values are as defined in {@link TransactionSupportValues}.
This attribute will
override that transaction support attribute in the Resource
Adapter in a downward compatible way, i.e it can support a
lower/equal transaction level than specified in the RA, but
not a higher level. |