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

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.impl.BaseBeanFactory
      extended by com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanFactory
All Implemented Interfaces:
BeanFactory

public class BackedBeanFactory
extends BaseBeanFactory

The factory class for instantiating beans conforming with the BackedBeanInfo interface.

See Also:
BeanInfo, BackedDynamicRegistryBeanHandler

Constructor Summary
BackedBeanFactory()
           
 
Method Summary
 
Methods inherited from class com.softwareag.centrasite.appl.framework.persistence.impl.BaseBeanFactory
addBeanFactoryListener, createBean, createBeanInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackedBeanFactory

public BackedBeanFactory()