Class TxContextCommandContextFactory
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
This CommandContextFactory allows to explicitly pass in a TransactionContextFactory.
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsFields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
processEngineConfiguration - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetTransactionContextFactory(TransactionContextFactory transactionContextFactory) Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
getProcessEngineConfiguration, setProcessEngineConfiguration 
- 
Field Details
- 
transactionContextFactory
 
 - 
 - 
Constructor Details
- 
TxContextCommandContextFactory
public TxContextCommandContextFactory() 
 - 
 - 
Method Details
- 
createCommandContext
- Overrides:
 createCommandContextin classCommandContextFactory
 - 
getTransactionContextFactory
 - 
setTransactionContextFactory
 
 -