Transfer version 1.1

transfer.com.sql
Class DatasourceFactory

WEB-INF.cftags.component
        extended by transfer.com.factory.AbstractBaseFactory
            extended by transfer.com.sql.DatasourceFactory
Direct Known Subclasses:
DatasourceFactory

public class DatasourceFactory
extends AbstractBaseFactory

The datasource Factory


Constructor Summary
init()
          Constructor
 
Method Summary
 Datasource getDatasource()
          returns a datasource object
 
Methods inherited from class transfer.com.factory.AbstractBaseFactory
autowire, getMethodInvoker, getObjectFromFactory, getPropertyValue, getPropertyValueCache, getSingleton, getSingletonCache, getSingletonFromCache, hasSingleton, setPropertyValue, setPropertyValueCache, setSingleton, setSingletonCache, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

getDatasource

public Datasource getDatasource()
returns a datasource object


Transfer version 1.1