Class AppEngineFactoryBean

java.lang.Object
org.flowable.app.spring.AppEngineFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<AppEngine>, org.springframework.context.ApplicationContextAware

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

    • appEngineConfiguration

      protected AppEngineConfiguration appEngineConfiguration
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • appEngine

      protected AppEngine appEngine
  • Constructor Details

    • AppEngineFactoryBean

      public AppEngineFactoryBean()
  • 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 AppEngine getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<AppEngine>
      Throws:
      Exception
    • configureExternallyManagedTransactions

      protected void configureExternallyManagedTransactions()
    • getObjectType

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

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

      public AppEngineConfiguration getAppEngineConfiguration()
    • setAppEngineConfiguration

      public void setAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)