com.atlassian.crowd.embedded.impl
Class ConnectionPoolPropertyConstants

java.lang.Object
  extended by com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants

public final class ConnectionPoolPropertyConstants
extends Object

Class containing the properties related to a connection pool.


Field Summary
static String DEFAULT_INITIAL_POOL_SIZE
           
static String DEFAULT_MAXIMUM_POOL_SIZE
           
static String DEFAULT_POOL_AUTHENTICATION
           
static String DEFAULT_POOL_PROTOCOL
           
static String DEFAULT_POOL_TIMEOUT_MS
           
static String DEFAULT_PREFERRED_POOL_SIZE
           
static String POOL_AUTHENTICATION
           
static String POOL_INITIAL_SIZE
           
static String POOL_MAXIMUM_SIZE
           
static String POOL_PREFERRED_SIZE
           
static String POOL_PROTOCOL
           
static String POOL_TIMEOUT
           
static Set<String> VALID_AUTHENTICATION_TYPES
           
static Set<String> VALID_PROTOCOL_TYPES
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POOL_INITIAL_SIZE

public static final String POOL_INITIAL_SIZE
See Also:
Constant Field Values

POOL_MAXIMUM_SIZE

public static final String POOL_MAXIMUM_SIZE
See Also:
Constant Field Values

POOL_PREFERRED_SIZE

public static final String POOL_PREFERRED_SIZE
See Also:
Constant Field Values

POOL_PROTOCOL

public static final String POOL_PROTOCOL
See Also:
Constant Field Values

POOL_TIMEOUT

public static final String POOL_TIMEOUT
See Also:
Constant Field Values

POOL_AUTHENTICATION

public static final String POOL_AUTHENTICATION
See Also:
Constant Field Values

DEFAULT_INITIAL_POOL_SIZE

public static final String DEFAULT_INITIAL_POOL_SIZE
See Also:
Constant Field Values

DEFAULT_MAXIMUM_POOL_SIZE

public static final String DEFAULT_MAXIMUM_POOL_SIZE
See Also:
Constant Field Values

DEFAULT_PREFERRED_POOL_SIZE

public static final String DEFAULT_PREFERRED_POOL_SIZE
See Also:
Constant Field Values

DEFAULT_POOL_TIMEOUT_MS

public static final String DEFAULT_POOL_TIMEOUT_MS
See Also:
Constant Field Values

DEFAULT_POOL_PROTOCOL

public static final String DEFAULT_POOL_PROTOCOL
See Also:
Constant Field Values

DEFAULT_POOL_AUTHENTICATION

public static final String DEFAULT_POOL_AUTHENTICATION
See Also:
Constant Field Values

VALID_PROTOCOL_TYPES

public static final Set<String> VALID_PROTOCOL_TYPES

VALID_AUTHENTICATION_TYPES

public static final Set<String> VALID_AUTHENTICATION_TYPES


Copyright © 2013 Atlassian. All Rights Reserved.