FileDocCategorySizeDatePackage
ConnectorConnectionPoolConfigKeys.javaAPI DocGlassfish v2 API4570Fri May 04 22:30:32 BST 2007com.sun.appserv.management.config

ConnectorConnectionPoolConfigKeys

public final class ConnectorConnectionPoolConfigKeys extends CommonConfigKeys
Keys for use with {@link DomainConfig#createConnectorConnectionPoolConfig}.

Fields Summary
public static final String
STEADY_POOL_SIZE_KEY
Key for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String.
public static final String
MAX_POOL_SIZE_KEY
Key for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String.
public static final String
MAX_WAIT_TIME_IN_MILLIS_KEY
Key for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String.
public static final String
POOL_RESIZE_QUANTITY_KEY
Key for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String.
public static final String
IDLE_TIMEOUT_IN_SECONDS_KEY
Key for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.String.
public static final String
FAIL_ALL_CONNECTIONS_KEY
Key for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.Boolean.
public static final String
IS_CONNECTION_VALIDATION_REQUIRED_KEY
Key for use with {@link DomainConfig#createConnectorConnectionPoolConfig}, value must be java.lang.Boolean.
public static final String
TRANSACTION_SUPPORT_KEY
Key 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.
Constructors Summary
private ConnectorConnectionPoolConfigKeys()

Methods Summary