dbXML API

Uses of Class
com.dbxml.util.ObjectPool

Packages that use ObjectPool
com.dbxml.db.enterprise.dbfiler Defines the dbXML DBFiler class as well as a Connection pooling system. 
com.dbxml.util This package contains many of the utility classes required by dbXML  
 

Uses of ObjectPool in com.dbxml.db.enterprise.dbfiler
 

Subclasses of ObjectPool in com.dbxml.db.enterprise.dbfiler
 class DBFilerPool
          DBFilerPool is a Connection Pool implementation for the DBFiler class.
 

Methods in com.dbxml.db.enterprise.dbfiler with parameters of type ObjectPool
 void DBFilerConnection.setPool(ObjectPool pool)
           
 

Uses of ObjectPool in com.dbxml.util
 

Methods in com.dbxml.util with parameters of type ObjectPool
 void Poolable.setPool(ObjectPool pool)
          setPool passes a reference to the originating ObjectPool for this Object.
 


dbXML API

Copyright (c) 2004 The dbXML Group