Sleuth Kit Java Bindings (JNI)  4.4.1
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.SleuthkitCase.ConnectionPool Class Referenceabstract

Inherited by org.sleuthkit.datamodel.SleuthkitCase.PostgreSQLConnections, and org.sleuthkit.datamodel.SleuthkitCase.SQLiteConnections.

Public Member Functions

 ConnectionPool ()
 
PooledDataSource getPooledDataSource ()
 
void setPooledDataSource (PooledDataSource pooledDataSource)
 

Private Attributes

PooledDataSource pooledDataSource
 

Detailed Description

A class for the connection pool. This class will hand out connections of the appropriate type based on the subclass that is calling getPooledConnection();

Definition at line 7963 of file SleuthkitCase.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.SleuthkitCase.ConnectionPool.ConnectionPool ( )

Definition at line 7967 of file SleuthkitCase.java.

Member Function Documentation

void org.sleuthkit.datamodel.SleuthkitCase.ConnectionPool.setPooledDataSource ( PooledDataSource  pooledDataSource)

Member Data Documentation

PooledDataSource org.sleuthkit.datamodel.SleuthkitCase.ConnectionPool.pooledDataSource
private

The documentation for this class was generated from the following file:

Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.