public class DmnEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DmnEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected DmnEngine |
dmnEngine |
protected DmnEngineConfiguration |
dmnEngineConfiguration |
| Constructor and Description |
|---|
DmnEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExpressionManager() |
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
DmnEngineConfiguration |
getDmnEngineConfiguration() |
DmnEngine |
getObject() |
Class<DmnEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration) |
protected DmnEngineConfiguration dmnEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected DmnEngine dmnEngine
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected void configureExpressionManager()
protected void configureExternallyManagedTransactions()
public Class<DmnEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<DmnEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<DmnEngine>public DmnEngineConfiguration getDmnEngineConfiguration()
public void setDmnEngineConfiguration(DmnEngineConfiguration dmnEngineConfiguration)
Copyright © 2020 Flowable. All rights reserved.