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
Modifier and TypeFieldDescriptionprotected AppEngine
protected AppEngineConfiguration
protected ApplicationContext
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
destroy()
boolean
void
setAppEngineConfiguration
(AppEngineConfiguration appEngineConfiguration) void
setApplicationContext
(ApplicationContext applicationContext)
-
Field Details
-
appEngineConfiguration
-
applicationContext
-
appEngine
-
-
Constructor Details
-
AppEngineFactoryBean
public AppEngineFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroy
in interfaceDisposableBean
- Throws:
Exception
-
setApplicationContext
- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Throws:
BeansException
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<AppEngine>
- Throws:
Exception
-
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<AppEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceFactoryBean<AppEngine>
-
getAppEngineConfiguration
-
setAppEngineConfiguration
-