public class IdmEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<IdmEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected IdmEngine |
idmEngine |
protected IdmEngineConfiguration |
idmEngineConfiguration |
| Constructor and Description |
|---|
IdmEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
IdmEngineConfiguration |
getIdmEngineConfiguration() |
IdmEngine |
getObject() |
Class<IdmEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setIdmEngineConfiguration(IdmEngineConfiguration idmEngineConfiguration) |
protected IdmEngineConfiguration idmEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected IdmEngine idmEngine
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 configureExternallyManagedTransactions()
public Class<IdmEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<IdmEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<IdmEngine>public IdmEngineConfiguration getIdmEngineConfiguration()
public void setIdmEngineConfiguration(IdmEngineConfiguration idmEngineConfiguration)
Copyright © 2019 Flowable. All rights reserved.