|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IPoolManager in org.ow2.util.pool.impl.enhanced |
|---|
| Methods in org.ow2.util.pool.impl.enhanced with parameters of type IPoolManager | ||
|---|---|---|
|
EnhancedPoolFactory.createEnhancedPool(IPoolManager<E> poolManager)
You should use this method to create EnhancedPool. |
|
|
EnhancedPoolFactory.createEnhancedPool(IPoolManager<E> poolManager,
boolean setSizeShared,
boolean schedulerShared)
|
|
| Constructors in org.ow2.util.pool.impl.enhanced with parameters of type IPoolManager | |
|---|---|
EnhancedPool(IPoolManager<E> poolManager)
|
|
EnhancedPool(IPoolManager<E> poolManager,
ResizerType resizerType,
ISharedManager sharedManager,
java.util.concurrent.Executor createAndRemoveItemExecutor)
|
|
| Uses of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue |
|---|
| Subinterfaces of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue | |
|---|---|
interface |
ICluePoolManager<E,C>
If you implements this interface then EnhancedPool
will add stuff to manage clue. |
| Uses of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue.optional |
|---|
| Subinterfaces of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue.optional | |
|---|---|
interface |
IPoolItemRemoveClueManager<E,C>
|
interface |
IValidatorCluePoolManager<E,C>
|
| Uses of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.optional |
|---|
| Subinterfaces of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.optional | |
|---|---|
interface |
IPoolItemRemoveManager<E>
|
interface |
IValidatorPoolManager<E>
If you implements this interface then each pool item can be validated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||