com.prolifics.jco
Class ComponentFactoryFactory

java.lang.Object
  extended by 
      extended by com.prolifics.jco.ComponentFactoryFactory
Direct Known Subclasses:
PantherComponentFactoryFactory

public abstract class ComponentFactoryFactory
extends


Field Summary
protected static ComponentFactoryFactory cff
           
protected   pool
           
 
Constructor Summary
ComponentFactoryFactory(PoolableComponentFactory<ComponentKey,PoolableComponent> pcf)
           
ComponentFactoryFactory(PoolableComponentFactory<ComponentKey,PoolableComponent> pcf,  pool)
           
ComponentFactoryFactory(PoolableComponentFactory<ComponentKey,PoolableComponent> pcf, GenericKeyedObjectPool.Config config)
           
 
Method Summary
 ComponentFactory getComponentFactory()
           
 ComponentFactory getComponentFactoryWithoutPool()
           
 ComponentFactory getComponentFactoryWithPool()
           
protected  ComponentFactory getPoolableComponentFactoryWithoutPool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cff

protected static ComponentFactoryFactory cff

pool

protected  pool
Constructor Detail

ComponentFactoryFactory

public ComponentFactoryFactory(PoolableComponentFactory<ComponentKey,PoolableComponent> pcf,
                               GenericKeyedObjectPool.Config config)

ComponentFactoryFactory

public ComponentFactoryFactory(PoolableComponentFactory<ComponentKey,PoolableComponent> pcf)

ComponentFactoryFactory

public ComponentFactoryFactory(PoolableComponentFactory<ComponentKey,PoolableComponent> pcf,
                                pool)
Method Detail

getComponentFactory

public ComponentFactory getComponentFactory()

getComponentFactoryWithPool

public ComponentFactory getComponentFactoryWithPool()

getPoolableComponentFactoryWithoutPool

protected ComponentFactory getPoolableComponentFactoryWithoutPool()

getComponentFactoryWithoutPool

public ComponentFactory getComponentFactoryWithoutPool()