Package org.flowable.dmn.spring
Class DmnEngineFactoryBean
java.lang.Object
org.flowable.dmn.spring.DmnEngineFactoryBean
- All Implemented Interfaces:
Aware
,DisposableBean
,FactoryBean<DmnEngine>
,ApplicationContextAware
public class DmnEngineFactoryBean
extends Object
implements FactoryBean<DmnEngine>, DisposableBean, ApplicationContextAware
- Author:
- Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApplicationContext
protected DmnEngine
protected DmnEngineConfiguration
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
destroy()
boolean
void
setApplicationContext
(ApplicationContext applicationContext) void
setDmnEngineConfiguration
(DmnEngineConfiguration dmnEngineConfiguration)
-
Field Details
-
dmnEngineConfiguration
-
applicationContext
-
dmnEngine
-
-
Constructor Details
-
DmnEngineFactoryBean
public DmnEngineFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroy
in interfaceDisposableBean
- Throws:
Exception
-
setApplicationContext
- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Throws:
BeansException
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<DmnEngine>
- Throws:
Exception
-
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<DmnEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceFactoryBean<DmnEngine>
-
getDmnEngineConfiguration
-
setDmnEngineConfiguration
-