open class JtaTransactionManagerFactoryBean : FactoryBean<JtaTransactionManager>
A FactoryBean equivalent to the <tx:jta-transaction-manager/> XML element, autodetecting WebLogic and WebSphere servers and exposing the corresponding org.springframework.transaction.jta.JtaTransactionManager subclass.
Author
Juergen Hoeller
Since
4.1.1
See Also
org.springframework.transaction.jta.WebLogicJtaTransactionManagerorg.springframework.transaction.jta.WebSphereUowTransactionManager
JtaTransactionManagerFactoryBean() |
open fun getObject(): JtaTransactionManager |
|
open fun getObjectType(): Class<*> |
|
open fun isSingleton(): Boolean |