public final class PoolHolder extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.pool.impl.GenericKeyedObjectPool |
getPool()
Returns the pool instance.
|
static void |
setPoolInstance(org.apache.commons.pool.impl.GenericKeyedObjectPool pool)
Sets the pool instance to hold.
|
public static void setPoolInstance(org.apache.commons.pool.impl.GenericKeyedObjectPool pool)
pool
- the pool instance to hold.public static org.apache.commons.pool.impl.GenericKeyedObjectPool getPool()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.