|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.BeanPoolFactory
public final class BeanPoolFactory
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 |
---|
public static BeanPool createBeanPool(RegistryProvider registryProvider, ConfigurationManager confManager)
BeanPool
instance using the given registry
provider and configuration manager.
registryProvider
- confManager
-
BeanPool
instance.public static BeanPool createBeanPool(RegistryProvider registryProvider, BeanFactory beanFactory, ConfigurationManager confManager)
BeanPool
instance using the given registry
provider, bean factory and configuration manager.
registryProvider
- beanFactory
- confManager
-
BeanPool
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |