FileDocCategorySizeDatePackage
PoolListenerAdapter.javaAPI DocGlassfish v2 API3995Fri May 04 22:32:16 BST 2007com.sun.enterprise.util.pool

PoolListenerAdapter

public class PoolListenerAdapter extends Object implements PoolListener
PoolListeners receive notification from the PoolHandler.

Fields Summary
Constructors Summary
Methods Summary
public voidafterCreate(java.lang.Object object)
called after an object has been created.

    
public voidafterHold()
Called when the pool is out of hold.

    
public voidafterNotify(java.lang.Object object)
Called by the thread that has been notified.

    
public voidbeforeDestroy(java.lang.Object object)
called before an object is to be destroyed.

    
public voidbeforeHold()
Called when the pool is on hold.

    
public voidbeforeWait(java.lang.Object object)
Called by the thread that is about to wait.

    
public voidonClose()
Called when the pool is closed.

    
public voidonRecycle()
Called when the pool is recycled.