Uses of Class
org.sadun.util.pool2.Configuration

Packages that use Configuration
org.sadun.util.pool2 NOT COMPLETE YET.  
 

Uses of Configuration in org.sadun.util.pool2
 

Methods in org.sadun.util.pool2 that return Configuration
 Configuration ObjectPool.getConfiguration()
          Returns the configuration.
 

Constructors in org.sadun.util.pool2 with parameters of type Configuration
ObjectPool(java.lang.String poolName, Configuration configuration, java.lang.Class objectType)
          Create a named object pool of objects of the given class and the given Configuration (which also provides the size of the pool).
ObjectPool(java.lang.String poolName, Configuration configuration, java.lang.Class objectType, Setup setupObject)
          Create a named object pool of objects of the given class and the given Configuration (which also provides the size of the pool).
ObjectPool(java.lang.String poolName, Configuration configuration, java.lang.Class objectType, java.lang.Object[] params)
          Create a named object pool of objects of the given class and the given Configuration (which also provides the size of the pool).
ObjectPool(java.lang.String poolName, Configuration configuration, java.lang.Class objectType, java.lang.Object[] params, Setup setupObject)
          Create a named object pool of objects of the given class and the given Configuration (which also provides the size of the pool).
ObjectPool(java.lang.String poolName, Configuration configuration, ObjectPool.Factory factory)
          Create a named object pool of objects of the given class and the given Configuration (which also provides the size of the pool).