Methods Summary |
---|
public void | afterCreate(java.lang.Object object)called after an object has been created.
|
public void | afterHold()Called when the pool is out of hold.
|
public void | afterNotify(java.lang.Object object)Called by the thread that has been notified.
|
public void | beforeDestroy(java.lang.Object object)called before an object is to be destroyed.
|
public void | beforeHold()Called when the pool is on hold.
|
public void | beforeWait(java.lang.Object object)Called by the thread that is about to wait.
|
public void | onClose()Called when the pool is closed.
|
public void | onRecycle()Called when the pool is recycled.
|