org.camunda.bpm.engine.impl.interceptor
Class TxContextCommandContextFactory
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
public class TxContextCommandContextFactory
- extends CommandContextFactory
This CommandContextFactory allows to explicitly pass in a TransactionContextFactory.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transactionContextFactory
protected TransactionContextFactory transactionContextFactory
TxContextCommandContextFactory
public TxContextCommandContextFactory()
createCommandContext
public CommandContext createCommandContext()
- Overrides:
createCommandContext in class CommandContextFactory
getTransactionContextFactory
public TransactionContextFactory getTransactionContextFactory()
setTransactionContextFactory
public void setTransactionContextFactory(TransactionContextFactory transactionContextFactory)
Copyright © 2016 camunda services GmbH. All rights reserved.