Uses of Class
org.deegree_impl.io.DBConnectionPool

Packages that use DBConnectionPool
org.deegree_impl.io   
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
 

Uses of DBConnectionPool in org.deegree_impl.io
 

Fields in org.deegree_impl.io declared as DBConnectionPool
private static DBConnectionPool DBConnectionPool.instance
           
private  DBConnectionPool DBAccess.pool
           
 

Methods in org.deegree_impl.io that return DBConnectionPool
static DBConnectionPool DBConnectionPool.getInstance()
          realize singelton pattern using double checked locking pattern.
 

Uses of DBConnectionPool in org.deegree_impl.services.wfs
 

Fields in org.deegree_impl.services.wfs declared as DBConnectionPool
protected  DBConnectionPool DBGetFeature.pool
           
protected  DBConnectionPool AbstractDataStore.pool
           
 

Methods in org.deegree_impl.services.wfs that return DBConnectionPool
 DBConnectionPool AbstractDataStore.getConnectionPool()
           
 

Uses of DBConnectionPool in org.deegree_impl.services.wfs.db
 

Fields in org.deegree_impl.services.wfs.db declared as DBConnectionPool
private  DBConnectionPool CTransaction.pool
           
 

Uses of DBConnectionPool in org.deegree_impl.services.wfs.gml
 

Fields in org.deegree_impl.services.wfs.gml declared as DBConnectionPool
private  DBConnectionPool CTransaction.pool
           
 

Uses of DBConnectionPool in org.deegree_impl.services.wfs.mysql
 

Fields in org.deegree_impl.services.wfs.mysql declared as DBConnectionPool
private  DBConnectionPool CTransaction.pool
           
private  DBConnectionPool CDescribeFeatureType.pool
           
 

Uses of DBConnectionPool in org.deegree_impl.services.wfs.oracle
 

Fields in org.deegree_impl.services.wfs.oracle declared as DBConnectionPool
private  DBConnectionPool CTransaction.pool
           
private  DBConnectionPool CDescribeFeatureType.pool
           
 

Uses of DBConnectionPool in org.deegree_impl.services.wfs.postgis
 

Fields in org.deegree_impl.services.wfs.postgis declared as DBConnectionPool
private  DBConnectionPool CTransaction.pool