public final class PooledGTXFactory extends org.apache.commons.pool2.BasePooledObjectFactory<TaxRateLookup>
| Constructor and Description |
|---|
PooledGTXFactory(TaxRateLookupConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
TaxRateLookup |
create() |
void |
destroyObject(org.apache.commons.pool2.PooledObject<TaxRateLookup> p) |
org.apache.commons.pool2.PooledObject<TaxRateLookup> |
wrap(TaxRateLookup api) |
activateObject, makeObject, passivateObject, validateObjectpublic PooledGTXFactory(TaxRateLookupConfiguration configuration)
public TaxRateLookup create()
create in class org.apache.commons.pool2.BasePooledObjectFactory<TaxRateLookup>public org.apache.commons.pool2.PooledObject<TaxRateLookup> wrap(TaxRateLookup api)
wrap in class org.apache.commons.pool2.BasePooledObjectFactory<TaxRateLookup>public void destroyObject(org.apache.commons.pool2.PooledObject<TaxRateLookup> p) throws java.lang.Exception
destroyObject in interface org.apache.commons.pool2.PooledObjectFactory<TaxRateLookup>destroyObject in class org.apache.commons.pool2.BasePooledObjectFactory<TaxRateLookup>java.lang.Exception