Class JtaOjbConfigurer
java.lang.Object
org.springmodules.orm.ojb.support.LocalOjbConfigurer
org.kuali.rice.core.framework.persistence.ojb.JtaOjbConfigurer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean
@Deprecated
public class JtaOjbConfigurer
extends org.springmodules.orm.ojb.support.LocalOjbConfigurer
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Deprecated.
Utility bean that sets the JTA TransactionManager on the WorkflowTransactionManagerFactory, the
OJB TransactionManagerFactory implementation that makes this available from Workflow core.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voiddestroy()Deprecated.voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated.voidsetTransactionManager(javax.transaction.TransactionManager transactionManager) Deprecated.
-
Constructor Details
-
JtaOjbConfigurer
public JtaOjbConfigurer()Deprecated.
-
-
Method Details
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated.- Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware- Overrides:
setBeanFactoryin classorg.springmodules.orm.ojb.support.LocalOjbConfigurer
-
afterPropertiesSet
public void afterPropertiesSet()Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
destroy
public void destroy()Deprecated.- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-
setTransactionManager
public void setTransactionManager(javax.transaction.TransactionManager transactionManager) Deprecated.
-