com.softwareag.centrasite.appl.framework.persistence
Class BeanPoolFactory

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.BeanPoolFactory

public final class BeanPoolFactory
extends java.lang.Object

Factory for BeanPool instances.


Method Summary
static BeanPool createBeanPool(RegistryProvider registryProvider, BeanFactory beanFactory, ConfigurationManager confManager)
          Creates new JAXR based BeanPool instance using the given registry provider, bean factory and configuration manager.
static BeanPool createBeanPool(RegistryProvider registryProvider, ConfigurationManager confManager)
          Creates new JAXR based BeanPool instance using the given registry provider and configuration manager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createBeanPool

public static BeanPool createBeanPool(RegistryProvider registryProvider,
                                      ConfigurationManager confManager)
Creates new JAXR based BeanPool instance using the given registry provider and configuration manager.

Parameters:
registryProvider -
confManager -
Returns:
newly created BeanPool instance.

createBeanPool

public static BeanPool createBeanPool(RegistryProvider registryProvider,
                                      BeanFactory beanFactory,
                                      ConfigurationManager confManager)
Creates new JAXR based BeanPool instance using the given registry provider, bean factory and configuration manager.

Parameters:
registryProvider -
beanFactory -
confManager -
Returns:
newly created BeanPool instance.