Package org.flowable.app.spring
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AppEngineprotected AppEngineConfigurationprotected org.springframework.context.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(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
appEngineConfiguration
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
appEngine
-
-
Constructor Details
-
AppEngineFactoryBean
public AppEngineFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
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
-
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
-