com.softwareag.centrasite.appl.framework.lcm
Class BeanFactoryListenerImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.lcm.BeanFactoryListenerImpl
All Implemented Interfaces:
BeanFactoryListener

public class BeanFactoryListenerImpl
extends java.lang.Object
implements BeanFactoryListener

The Life Cycle Management implementation of the BeanFactoryListener interface.


Constructor Summary
BeanFactoryListenerImpl(RegistryProvider registryProvider)
           
 
Method Summary
 void beanCreated(RegistryBean registryBean)
          Invoked when a registry bean is being created
 void beanInfoCreated(BeanInfo beanInfo)
          Invoked when a bean info is being created
 BeanPool getBeanPool()
          Get the BeanPool
 void setBeanPool(BeanPool beanPool)
          Set the BeanPool
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanFactoryListenerImpl

public BeanFactoryListenerImpl(RegistryProvider registryProvider)
Parameters:
registryProvider -
Method Detail

beanCreated

public void beanCreated(RegistryBean registryBean)
                 throws CSAppFrameworkException
Invoked when a registry bean is being created

Specified by:
beanCreated in interface BeanFactoryListener
Throws:
CSAppFrameworkException

beanInfoCreated

public void beanInfoCreated(BeanInfo beanInfo)
                     throws CSAppFrameworkException
Invoked when a bean info is being created

Specified by:
beanInfoCreated in interface BeanFactoryListener
Throws:
CSAppFrameworkException

getBeanPool

public BeanPool getBeanPool()
Get the BeanPool

Returns:
the bean pool

setBeanPool

public void setBeanPool(BeanPool beanPool)
Set the BeanPool

Parameters:
beanPool -