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 ProcessEngine |
processEngine |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
| Constructor and Description |
|---|
ProcessEngineFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExpressionManager() |
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
ProcessEngine |
getObject() |
Class<ProcessEngine> |
getObjectType() |
ProcessEngineConfigurationImpl |
getProcessEngineConfiguration() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration) |
protected ProcessEngineConfigurationImpl processEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected ProcessEngine 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 configureExpressionManager()
protected void configureExternallyManagedTransactions()
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 © 2016 Alfresco. All rights reserved.