public class TxContextCommandContextFactory extends CommandContextFactory
This CommandContextFactory
allows to explicitly pass in a TransactionContextFactory
.
Modifier and Type | Field and Description |
---|---|
protected TransactionContextFactory |
transactionContextFactory |
processEngineConfiguration
Constructor and Description |
---|
TxContextCommandContextFactory() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
createCommandContext() |
TransactionContextFactory |
getTransactionContextFactory() |
void |
setTransactionContextFactory(TransactionContextFactory transactionContextFactory) |
getProcessEngineConfiguration, setProcessEngineConfiguration
protected TransactionContextFactory transactionContextFactory
public CommandContext createCommandContext()
createCommandContext
in class CommandContextFactory
public TransactionContextFactory getTransactionContextFactory()
public void setTransactionContextFactory(TransactionContextFactory transactionContextFactory)
Copyright © 2015. All rights reserved.