Transfer version 1.1

transfer.com.sql.transaction
Class TransactionFactory

WEB-INF.cftags.component
        extended by transfer.com.factory.AbstractBaseFactory
            extended by transfer.com.sql.transaction.TransactionFactory

public class TransactionFactory
extends AbstractBaseFactory

The Factory for SQL related objects


Constructor Summary
init(MethodInjector methodInjector, AOPManager aopManager, JavaLoader javaLoader)
          Constructor
 
Method Summary
 Transaction getTransaction()
          returns the transfer Transaction service
 
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(MethodInjector methodInjector, AOPManager aopManager, JavaLoader javaLoader)
Constructor

Parameters:
methodInjector - The method injector cfc
aopManager - the manager for AOP
javaLoader - The java loader for the apache commons
Method Detail

getTransaction

public Transaction getTransaction()
returns the transfer Transaction service


Transfer version 1.1