接口的使用
org.springframework.transaction.jta.TransactionFactory
使用TransactionFactory的程序包 程序包 说明 org.springframework.jca.endpoint This package provides a facility for generic JCA message endpoint management.org.springframework.transaction.jta Transaction SPI implementation for JTA.org.springframework.jca.endpoint中TransactionFactory的使用
参数类型为TransactionFactory的org.springframework.jca.endpoint中的方法 修饰符和类型 方法 说明 voidAbstractMessageEndpointFactory. setTransactionFactory(TransactionFactory transactionFactory)Set the Spring TransactionFactory to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.org.springframework.transaction.jta中TransactionFactory的使用
实现TransactionFactory的org.springframework.transaction.jta中的类 修饰符和类型 类 说明 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.