Class ProcessEngineFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<ProcessEngine>, org.springframework.context.ApplicationContextAware

    public class ProcessEngineFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<ProcessEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
    Author:
    Dave Syer, Christian Stettler, Tom Baeyens, Joram Barrez, Josh Long
    • Field Detail

      • applicationContext

        protected org.springframework.context.ApplicationContext applicationContext
    • Constructor Detail

      • ProcessEngineFactoryBean

        public ProcessEngineFactoryBean()
    • Method Detail

      • 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
      • configureExternallyManagedTransactions

        protected void configureExternallyManagedTransactions()
      • getObjectType

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

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