Class DmnEngineFactoryBean

java.lang.Object
org.flowable.dmn.spring.DmnEngineFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<DmnEngine>, org.springframework.context.ApplicationContextAware

public class DmnEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DmnEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
Author:
Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
  • Field Details

    • dmnEngineConfiguration

      protected DmnEngineConfiguration dmnEngineConfiguration
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • dmnEngine

      protected DmnEngine dmnEngine
  • Constructor Details

    • DmnEngineFactoryBean

      public DmnEngineFactoryBean()
  • Method Details

    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getObject

      public DmnEngine getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<DmnEngine>
      Throws:
      Exception
    • configureExternallyManagedTransactions

      protected void configureExternallyManagedTransactions()
    • getObjectType

      public Class<DmnEngine> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<DmnEngine>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<DmnEngine>
    • getDmnEngineConfiguration

      public DmnEngineConfiguration getDmnEngineConfiguration()
    • setDmnEngineConfiguration

      public void setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration)