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 Details

    • JtaOjbConfigurer

      public JtaOjbConfigurer()
      Deprecated.
  • Method Details

    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
      Deprecated.
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Overrides:
      setBeanFactory in class org.springmodules.orm.ojb.support.LocalOjbConfigurer
    • afterPropertiesSet

      public void afterPropertiesSet()
      Deprecated.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • destroy

      public void destroy()
      Deprecated.
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
    • setTransactionManager

      public void setTransactionManager(javax.transaction.TransactionManager transactionManager)
      Deprecated.