Uses of Interface
org.postgresql.pljava.ObjectPool

Packages that use ObjectPool
org.postgresql.pljava   
org.postgresql.pljava.example   
org.postgresql.pljava.internal   
 

Uses of ObjectPool in org.postgresql.pljava
 

Methods in org.postgresql.pljava that return ObjectPool
 ObjectPool Session.getObjectPool(Class cls)
          Return an object pool for the given class.
 

Uses of ObjectPool in org.postgresql.pljava.example
 

Constructors in org.postgresql.pljava.example with parameters of type ObjectPool
UsingProperties(ObjectPool pool)
           
 

Uses of ObjectPool in org.postgresql.pljava.internal
 

Methods in org.postgresql.pljava.internal that return ObjectPool
 ObjectPool Session.getObjectPool(Class cls)