- validateOrInitialize(Connection, String, ViburConfig) - Static method in class org.vibur.dbcp.util.JdbcUtils
-
Validates/ initializes the given rawConnection via executing the given sqlQuery.
- valueOf(String) - Static method in enum org.vibur.dbcp.stcache.StatementHolder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.vibur.dbcp.ViburDataSource.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.vibur.dbcp.stcache.StatementHolder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.vibur.dbcp.ViburDataSource.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version() - Method in class org.vibur.dbcp.pool.ConnectionFactory
-
- version() - Method in interface org.vibur.dbcp.pool.ViburObjectFactory
-
Gets the current version value.
- ViburConfig - Class in org.vibur.dbcp
-
- ViburDataSource - Interface in org.vibur.dbcp
-
- ViburDataSource.State - Enum in org.vibur.dbcp
-
The possible states in which the DataSource can be.
- ViburDBCPDataSource - Class in org.vibur.dbcp
-
The main DataSource which needs to be configured/instantiated by the calling application and from
which the JDBC Connections will be obtained via calling the
ViburDBCPDataSource.getConnection() method.
- ViburDBCPDataSource() - Constructor for class org.vibur.dbcp.ViburDBCPDataSource
-
Default constructor for programmatic configuration via the ViburConfig
setter methods.
- ViburDBCPDataSource(String) - Constructor for class org.vibur.dbcp.ViburDBCPDataSource
-
Initialization via properties file name.
- ViburDBCPDataSource(Properties) - Constructor for class org.vibur.dbcp.ViburDBCPDataSource
-
Initialization via the given properties.
- ViburDBCPDataSource.ConnectionInvalidator - Interface in org.vibur.dbcp
-
- ViburDBCPException - Exception in org.vibur.dbcp
-
The base exception thrown by Vibur DBCP when an underlying error has occurred.
- ViburDBCPException() - Constructor for exception org.vibur.dbcp.ViburDBCPException
-
- ViburDBCPException(String) - Constructor for exception org.vibur.dbcp.ViburDBCPException
-
- ViburDBCPException(String, Throwable) - Constructor for exception org.vibur.dbcp.ViburDBCPException
-
- ViburDBCPException(Throwable) - Constructor for exception org.vibur.dbcp.ViburDBCPException
-
- ViburDBCPObjectFactory - Class in org.vibur.dbcp
-
A JNDI factory that produces ViburDBCPDataSource instances.
- ViburDBCPObjectFactory() - Constructor for class org.vibur.dbcp.ViburDBCPObjectFactory
-
- ViburListener - Class in org.vibur.dbcp.pool
-
- ViburListener(ViburConfig) - Constructor for class org.vibur.dbcp.pool.ViburListener
-
- ViburMonitoring - Class in org.vibur.dbcp
-
- ViburMonitoringMBean - Interface in org.vibur.dbcp
-
Defines the Vibur DBCP JMX operations.
- ViburObjectFactory - Interface in org.vibur.dbcp.pool
-
- ViburUtils - Class in org.vibur.dbcp.util
-