public abstract class AbstractPoolablePool extends AbstractObjectPool
config_, DEBUG, INITIAL_SIZE_DEFAULT, logger_, LOWER_WATERMARK_DEFAULT, MAXIMUM_SIZE_DEFAULT, MAXIMUM_WATERMARK_DEFAULT, SIZE_INCREASE_DEFAULT, SLEEP
Constructor and Description |
---|
AbstractPoolablePool(String name) |
AbstractPoolablePool(String name,
int threshold,
int increase,
int initial,
int maxsize) |
Modifier and Type | Method and Description |
---|---|
void |
doActivateObject(Object o)
Is called before Object is returned to Client (lendObject).
|
void |
doPassivateObject(Object o)
Is called after Object is returned to pool.
|
configure, dispose, doDestroyObject, isCreationAllowed, lendObject, newInstance, poolIsEmpty, returnObject, run, toString
public AbstractPoolablePool(String name, int threshold, int increase, int initial, int maxsize)
public AbstractPoolablePool(String name)
public void doPassivateObject(Object o)
AbstractObjectPool
doPassivateObject
in class AbstractObjectPool
public void doActivateObject(Object o)
AbstractObjectPool
doActivateObject
in class AbstractObjectPool
Copyright © 2017 JacORB. All rights reserved.