Uses of Class
com.ebmwebsourcing.easycommons.pooling.PoolPolicy

Packages that use PoolPolicy
com.ebmwebsourcing.easycommons.pooling   
com.ebmwebsourcing.easycommons.xml   
 

Uses of PoolPolicy in com.ebmwebsourcing.easycommons.pooling
 

Methods in com.ebmwebsourcing.easycommons.pooling that return PoolPolicy
static PoolPolicy PoolPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PoolPolicy[] PoolPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.ebmwebsourcing.easycommons.pooling with parameters of type PoolPolicy
GenericResourcePool(ResourceHandler<T> ressourceHandler, int minSize, int maxSize, PoolPolicy poolPolicy)
          Instantiate a new resource pool with specified resource handler, minimum size and maximum size of the pool and pool policy
 

Uses of PoolPolicy in com.ebmwebsourcing.easycommons.xml
 

Constructors in com.ebmwebsourcing.easycommons.xml with parameters of type PoolPolicy
DocumentBuilderResourcePool(int minPoolSize, int maxPoolSize, PoolPolicy poolPolicy)
          Allowing to instantiate a new DocumentBuilderResourcePool containing DocumentBuilder resources.
TransformerResourcePool(int minPoolSize, int maxPoolSize, PoolPolicy poolPolicy)
          Allowing to instantiate a new TransformerResourcePool containing Transformer resources.
XMLInputFactoryResourcePool(int minPoolSize, int maxPoolSize, PoolPolicy poolPolicy)
          Allowing to instantiate a new XMLInputFactoryResourcePool containing XMLInputFactory resources.
XMLOutputFactoryResourcePool(int minPoolSize, int maxPoolSize, PoolPolicy poolPolicy)
          Allowing to instantiate a new XMLOutputFactoryResourcePool containing XMLOutputFactory resources.
 



Copyright © 2012 Petals Link. All Rights Reserved.