Methods Summary |
---|
public void | afterCreate(java.lang.Object object)Called after an object is created using factory.create(....)
|
public void | afterNotify(java.lang.Object obj)Called by the thread that has been notified.
|
public void | beforeDestroy(java.lang.Object object)Called before an object is destroyed using factory.destroy(object)
|
public void | beforeWait(java.lang.Object obj)Called by the thread that is about to wait.
|
public void | onClose()Called when the pool is closed.
|