|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectPool | |
|---|---|
| com.cafesoft.core.pool | Provides classes for object pooling. |
| Uses of ObjectPool in com.cafesoft.core.pool |
|---|
| Classes in com.cafesoft.core.pool that implement ObjectPool | |
|---|---|
class |
DefaultObjectPool
Provides a generic implementation of the ObjectPool interface. |
| Methods in com.cafesoft.core.pool that return ObjectPool | |
|---|---|
ObjectPool |
ObjectPoolFactory.createPool()
Create an ObjectPool |
ObjectPool |
ObjectPoolFactory.createPool(int minimum)
Create an ObjectPool |
ObjectPool |
ObjectPoolFactory.createPool(int minimum,
int maximum)
Create an ObjectPool |
ObjectPool |
ObjectPoolFactory.createPool(int minimum,
int maximum,
long expiration)
Create an ObjectPool |
| Constructors in com.cafesoft.core.pool with parameters of type ObjectPool | |
|---|---|
ObjectPoolCleanUpThread(ObjectPool objectPool,
long expiration)
Create a new ObjectPoolCleanUpThread. |
|
ObjectPoolCleanUpTimerTask(ObjectPool objectPool)
Create a new ObjectPoolCleanUpTimerTask object. |
|
ObjectPoolCleanUpTimerTask(ObjectPool objectPool,
int shrinkIncrement)
Create a new ObjectPoolCleanUpTimerTask object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||