org.camunda.bpm.engine.impl.interceptor
Class TxContextCommandContextFactory

java.lang.Object
  extended by org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
      extended by org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory

public class TxContextCommandContextFactory
extends CommandContextFactory

This CommandContextFactory allows to explicitly pass in a TransactionContextFactory.

Author:
Daniel Meyer

Field Summary
protected  TransactionContextFactory transactionContextFactory
           
 
Fields inherited from class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
processEngineConfiguration
 
Constructor Summary
TxContextCommandContextFactory()
           
 
Method Summary
 CommandContext createCommandContext()
           
 TransactionContextFactory getTransactionContextFactory()
           
 void setTransactionContextFactory(TransactionContextFactory transactionContextFactory)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
getProcessEngineConfiguration, setProcessEngineConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionContextFactory

protected TransactionContextFactory transactionContextFactory
Constructor Detail

TxContextCommandContextFactory

public TxContextCommandContextFactory()
Method Detail

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.