public class ManagedProcessEngineFactoryBean extends ProcessEngineFactoryBean
Factory bean registering a spring-managed process engine with the BpmPlatform.
Replacement for ProcessEngineFactoryBean. Use this implementation if you want to 
 register a process engine configured in a spring application context with the BpmPlatform.
applicationContext, processEngine, processEngineConfiguration| Constructor and Description | 
|---|
| ManagedProcessEngineFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy() | 
| ProcessEngine | getObject() | 
| protected RuntimeContainerDelegate | getRuntimeContainerDelegate() | 
getObjectType, getProcessEngineConfiguration, initializeExpressionManager, initializeTransactionExternallyManaged, isSingleton, setApplicationContext, setProcessEngineConfigurationpublic ProcessEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ProcessEngine>getObject in class ProcessEngineFactoryBeanExceptionprotected RuntimeContainerDelegate getRuntimeContainerDelegate()
public void destroy()
             throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeandestroy in class ProcessEngineFactoryBeanExceptionCopyright © 2019. All rights reserved.