Uses of Interface
org.springframework.transaction.jta.TransactionFactory
Packages that use TransactionFactory Package Description org.springframework.jca.endpoint This package provides a facility for generic JCA message endpoint management.org.springframework.transaction.jta Transaction SPI implementation for JTA.Uses of TransactionFactory in org.springframework.jca.endpoint
Methods in org.springframework.jca.endpoint with parameters of type TransactionFactory Modifier and Type Method Description voidAbstractMessageEndpointFactory. setTransactionFactory(TransactionFactory transactionFactory)Set the Spring TransactionFactory to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.Uses of TransactionFactory in org.springframework.transaction.jta
Classes in org.springframework.transaction.jta that implement TransactionFactory Modifier and Type Class Description classJtaTransactionManagerPlatformTransactionManagerimplementation for JTA, delegating to a backend JTA provider.classSimpleTransactionFactoryDefault implementation of theTransactionFactorystrategy interface, simply wrapping a standard JTATransactionManager.classWebLogicJtaTransactionManagerSpecialJtaTransactionManagervariant for BEA WebLogic (9.0 and higher).classWebSphereUowTransactionManagerWebSphere-specific PlatformTransactionManager implementation that delegates to aUOWManagerinstance, obtained from WebSphere's JNDI environment.