|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.lcm.BeanFactoryListenerImpl
public class BeanFactoryListenerImpl
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 |
---|
public BeanFactoryListenerImpl(RegistryProvider registryProvider)
registryProvider
- Method Detail |
---|
public void beanCreated(RegistryBean registryBean) throws CSAppFrameworkException
beanCreated
in interface BeanFactoryListener
CSAppFrameworkException
public void beanInfoCreated(BeanInfo beanInfo) throws CSAppFrameworkException
beanInfoCreated
in interface BeanFactoryListener
CSAppFrameworkException
public BeanPool getBeanPool()
public void setBeanPool(BeanPool beanPool)
beanPool
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |