|
dbXML API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Poolable | |
| 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 Poolable in com.dbxml.db.enterprise.dbfiler |
| Classes in com.dbxml.db.enterprise.dbfiler that implement Poolable | |
class |
DBFilerConnection
DBFilerConnection is a pooled Connection wrapper that is used by the DBFiler class. |
| Methods in com.dbxml.db.enterprise.dbfiler that return Poolable | |
Poolable |
DBFilerPool.createObject()
|
| Uses of Poolable in com.dbxml.util |
| Methods in com.dbxml.util that return Poolable | |
Poolable |
ObjectPool.getObject()
getObject retrieves a Poolable object from the Object pool, creating a new instance if necessary. |
| Methods in com.dbxml.util with parameters of type Poolable | |
void |
ObjectPool.putObject(Poolable object)
putObject should be called by Poolable objects or consumers of Poolable objects to return a Pooled object to the Object Pool. |
|
dbXML API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||