Package org.flowable.dmn.spring
Class DmnEngineFactoryBean
java.lang.Object
org.flowable.dmn.spring.DmnEngineFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<DmnEngine>,org.springframework.context.ApplicationContextAware
public class DmnEngineFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<DmnEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
- Author:
- Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected DmnEngineprotected DmnEngineConfigurationFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoiddestroy()booleanvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration)
-
Field Details
-
dmnEngineConfiguration
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
dmnEngine
-
-
Constructor Details
-
DmnEngineFactoryBean
public DmnEngineFactoryBean()
-
-
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<DmnEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<DmnEngine>
-
getDmnEngineConfiguration
-
setDmnEngineConfiguration
-