Class AppEngineFactoryBean
java.lang.Object
com.flowable.app.engine.impl.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 java.lang.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 Summary
Fields Modifier and Type Field Description protected AppEngineappEngineprotected AppEngineConfigurationappEngineConfigurationprotected org.springframework.context.ApplicationContextapplicationContext -
Constructor Summary
Constructors Constructor Description AppEngineFactoryBean() -
Method Summary
Modifier and Type Method Description protected voidconfigureExpressionManager()protected voidconfigureExternallyManagedTransactions()voiddestroy()AppEngineConfigurationgetAppEngineConfiguration()AppEnginegetObject()java.lang.Class<AppEngine>getObjectType()booleanisSingleton()voidsetAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
appEngineConfiguration
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
appEngine
-
-
Constructor Details
-
AppEngineFactoryBean
public AppEngineFactoryBean()
-
-
Method Details
-
destroy
public void destroy() throws java.lang.Exception- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
java.lang.Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<AppEngine>- Throws:
java.lang.Exception
-
configureExpressionManager
protected void configureExpressionManager() -
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<AppEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<AppEngine>
-
getAppEngineConfiguration
-
setAppEngineConfiguration
-