org.compass.core.lucene
Class LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp

java.lang.Object
  extended by org.compass.core.lucene.LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp
Enclosing class:
LuceneEnvironment.JdbcStore.DataSourceProvider

public abstract class LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp
extends Object


Field Summary
static String DEFAULT_TRANSACTION_ISOLATION
          The default TransactionIsolation state of connections created by this pool.
static String INITIAL_SIZE
          The initial number of connections that are created when the pool is started.
static String MAX_ACTIVE
          The maximum number of active connections that can be allocated from this pool at the same time, or zero for no limit.
static String MAX_IDLE
          The maximum number of active connections that can remain idle in the pool, without extra ones being released, or zero for no limit.
static String MAX_OPEN_PREPARED_STATEMENTS
          The maximum number of open statements that can be allocated from the statement pool at the same time, or zero for no limit.
static String MAX_WAIT
          The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
static String MIN_IDLE
          The minimum number of active connections that can remain idle in the pool, without extra ones being created, or 0 to create none.
static String POOL_PREPARED_STATEMENTS
          Sets if the pool will cache prepared statements.
 
Constructor Summary
LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TRANSACTION_ISOLATION

public static final String DEFAULT_TRANSACTION_ISOLATION
The default TransactionIsolation state of connections created by this pool.

See Also:
Constant Field Values

INITIAL_SIZE

public static final String INITIAL_SIZE
The initial number of connections that are created when the pool is started.

See Also:
Constant Field Values

MAX_ACTIVE

public static final String MAX_ACTIVE
The maximum number of active connections that can be allocated from this pool at the same time, or zero for no limit.

See Also:
Constant Field Values

MAX_IDLE

public static final String MAX_IDLE
The maximum number of active connections that can remain idle in the pool, without extra ones being released, or zero for no limit.

See Also:
Constant Field Values

MIN_IDLE

public static final String MIN_IDLE
The minimum number of active connections that can remain idle in the pool, without extra ones being created, or 0 to create none.

See Also:
Constant Field Values

MAX_WAIT

public static final String MAX_WAIT
The maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.

See Also:
Constant Field Values

MAX_OPEN_PREPARED_STATEMENTS

public static final String MAX_OPEN_PREPARED_STATEMENTS
The maximum number of open statements that can be allocated from the statement pool at the same time, or zero for no limit.

See Also:
Constant Field Values

POOL_PREPARED_STATEMENTS

public static final String POOL_PREPARED_STATEMENTS
Sets if the pool will cache prepared statements.

See Also:
Constant Field Values
Constructor Detail

LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp

public LuceneEnvironment.JdbcStore.DataSourceProvider.Dbcp()


Copyright (c) 2004-2008 The Compass Project.