com.softwareag.centrasite.appl.framework.persistence
Interface BeanPoolListener

All Known Implementing Classes:
DefaultBeanPoolListner

public interface BeanPoolListener

Listener for handling bean pool related events.


Method Summary
 void objectAttached(BeanPoolEvent event)
          Invoked when a bean is being attached to the pool.
 void objectDetached(BeanPoolEvent event)
          Invoked when a bean is being detached from the pool
 

Method Detail

objectAttached

void objectAttached(BeanPoolEvent event)
Invoked when a bean is being attached to the pool.

Parameters:
event -

objectDetached

void objectDetached(BeanPoolEvent event)
Invoked when a bean is being detached from the pool

Parameters:
event -