Class AppEngineFactoryBean
java.lang.Object
com.flowable.app.engine.impl.spring.AppEngineFactoryBean
- All Implemented Interfaces:
Aware,DisposableBean,FactoryBean<AppEngine>,ApplicationContextAware
public class AppEngineFactoryBean
extends Object
implements FactoryBean<AppEngine>, DisposableBean, ApplicationContextAware
- Author:
- Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AppEngineprotected AppEngineConfigurationprotected ApplicationContextFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoiddestroy()booleanvoidsetAppEngineConfiguration(AppEngineConfiguration appEngineConfiguration) voidsetApplicationContext(ApplicationContext applicationContext)
-
Field Details
-
appEngineConfiguration
-
applicationContext
-
appEngine
-
-
Constructor Details
-
AppEngineFactoryBean
public AppEngineFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroyin interfaceDisposableBean- Throws:
Exception
-
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-
getObject
- Specified by:
getObjectin interfaceFactoryBean<AppEngine>- Throws:
Exception
-
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectTypein interfaceFactoryBean<AppEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceFactoryBean<AppEngine>
-
getAppEngineConfiguration
-
setAppEngineConfiguration
-