Class JtaTransactionManagerFactoryBean
java.lang.Object
org.springframework.transaction.config.JtaTransactionManagerFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<JtaTransactionManager>,org.springframework.beans.factory.InitializingBean
@Deprecated(since="6.0")
public class JtaTransactionManagerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<JtaTransactionManager>, org.springframework.beans.factory.InitializingBean
Deprecated.
A
FactoryBean equivalent to the <tx:jta-transaction-manager/> XML element.- Since:
- 4.1.1
- Author:
- Juergen Hoeller
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.Class<?>Deprecated.booleanDeprecated.
-
Constructor Details
-
JtaTransactionManagerFactoryBean
public JtaTransactionManagerFactoryBean()Deprecated.
-
-
Method Details
-
afterPropertiesSet
Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
TransactionSystemException
-
getObject
Deprecated.- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<JtaTransactionManager>
-
getObjectType
Deprecated.- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<JtaTransactionManager>
-
isSingleton
public boolean isSingleton()Deprecated.- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<JtaTransactionManager>
-
JtaTransactionManagerdefinition