Uses of Class
org.jacorb.notification.util.AbstractObjectPool

Packages that use AbstractObjectPool
org.jacorb.notification.engine   
org.jacorb.notification.interfaces   
org.jacorb.notification.util   
 

Uses of AbstractObjectPool in org.jacorb.notification.engine
 

Subclasses of AbstractObjectPool in org.jacorb.notification.engine
 class AbstractTaskPool
           
 

Uses of AbstractObjectPool in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces with parameters of type AbstractObjectPool
 void AbstractPoolable.setObjectPool(AbstractObjectPool pool)
          Set the ObjectPool that administers this instance.
 

Uses of AbstractObjectPool in org.jacorb.notification.util
 

Methods in org.jacorb.notification.util with parameters of type AbstractObjectPool
static void AbstractObjectPool.deregisterPool(AbstractObjectPool pool)