com.softwareag.centrasite.appl.framework.persistence.impl
Class DefaultBeanPoolListner

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.impl.DefaultBeanPoolListner
All Implemented Interfaces:
BeanPoolListener

public class DefaultBeanPoolListner
extends java.lang.Object
implements BeanPoolListener

The default implementation of the BeanPoolListener interface.


Constructor Summary
DefaultBeanPoolListner()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBeanPoolListner

public DefaultBeanPoolListner()
Method Detail

objectAttached

public void objectAttached(BeanPoolEvent event)
Description copied from interface: BeanPoolListener
Invoked when a bean is being attached to the pool.

Specified by:
objectAttached in interface BeanPoolListener

objectDetached

public void objectDetached(BeanPoolEvent event)
Description copied from interface: BeanPoolListener
Invoked when a bean is being detached from the pool

Specified by:
objectDetached in interface BeanPoolListener