com.ibm.websphere.asynchbeans.pmi
Interface ObjectPoolPerf

All Known Implementing Classes:
ObjectPoolPmiModule

public interface ObjectPoolPerf

This is an IBM internal interface and should not be used by customer applications.


Method Summary
 void objectAllocated(int idlePoolSize)
          Deprecated. called in object pool when a object is allocated
 void objectCreated()
          Deprecated. called when an object is created
 void objectFreed(int idlePoolSize)
          Deprecated. called in object pool when a object is freed
 

Method Detail

objectCreated

public void objectCreated()
Deprecated. 
called when an object is created


objectAllocated

public void objectAllocated(int idlePoolSize)
Deprecated. 
called in object pool when a object is allocated


objectFreed

public void objectFreed(int idlePoolSize)
Deprecated. 
called in object pool when a object is freed