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, setProcessEngineConfiguration
public ProcessEngine getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<ProcessEngine>
getObject
in class ProcessEngineFactoryBean
Exception
protected RuntimeContainerDelegate getRuntimeContainerDelegate()
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
destroy
in class ProcessEngineFactoryBean
Exception
Copyright © 2015. All rights reserved.