public class BeanFactoryListenerImpl extends java.lang.Object implements BeanFactoryListener
BeanFactoryListener
interface.Constructor and Description |
---|
BeanFactoryListenerImpl(RegistryProvider registryProvider)
Constructor to create a
BeanFactoryListenerImpl instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
public BeanFactoryListenerImpl(RegistryProvider registryProvider)
BeanFactoryListenerImpl
instance.registryProvider
- The RegistryProvider
instance from which the class is constructed.public void beanCreated(RegistryBean registryBean) throws CSAppFrameworkException
beanCreated
in interface BeanFactoryListener
registryBean
- The created RegistryBean
instanceCSAppFrameworkException
- If an error occurs while executing this callpublic void beanInfoCreated(BeanInfo beanInfo) throws CSAppFrameworkException
beanInfoCreated
in interface BeanFactoryListener
beanInfo
- The created BeanInfo
instanceCSAppFrameworkException
- If an error occurs while executing this callpublic BeanPool getBeanPool()