public class ProcessEngineFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ProcessEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description | 
|---|---|
| protected org.springframework.context.ApplicationContext | applicationContext | 
| protected ProcessEngineImpl | processEngine | 
| protected ProcessEngineConfigurationImpl | processEngineConfiguration | 
| Constructor and Description | 
|---|
| ProcessEngineFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy() | 
| ProcessEngine | getObject() | 
| Class<ProcessEngine> | getObjectType() | 
| ProcessEngineConfigurationImpl | getProcessEngineConfiguration() | 
| protected void | initializeExpressionManager() | 
| protected void | initializeTransactionExternallyManaged() | 
| boolean | isSingleton() | 
| void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) | 
| void | setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration) | 
protected ProcessEngineConfigurationImpl processEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected ProcessEngineImpl processEngine
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.BeansExceptionpublic ProcessEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ProcessEngine>Exceptionprotected void initializeExpressionManager()
protected void initializeTransactionExternallyManaged()
public Class<ProcessEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ProcessEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ProcessEngine>public ProcessEngineConfigurationImpl getProcessEngineConfiguration()
public void setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration)
Copyright © 2018. All rights reserved.