Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContextFactory

Packages that use TransactionContextFactory
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.jta   
org.camunda.bpm.engine.impl.cfg.standalone   
org.camunda.bpm.engine.impl.interceptor   
 

Uses of TransactionContextFactory in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl declared as TransactionContextFactory
protected  TransactionContextFactory ProcessEngineImpl.transactionContextFactory
           
 

Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as TransactionContextFactory
protected  TransactionContextFactory ProcessEngineConfigurationImpl.transactionContextFactory
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return TransactionContextFactory
 TransactionContextFactory ProcessEngineConfigurationImpl.getTransactionContextFactory()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionContextFactory
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setTransactionContextFactory(TransactionContextFactory transactionContextFactory)
           
 

Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg.jta
 

Classes in org.camunda.bpm.engine.impl.cfg.jta that implement TransactionContextFactory
 class JtaTransactionContextFactory
           
 

Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg.standalone
 

Classes in org.camunda.bpm.engine.impl.cfg.standalone that implement TransactionContextFactory
 class StandaloneTransactionContextFactory
           
 

Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.interceptor
 

Fields in org.camunda.bpm.engine.impl.interceptor declared as TransactionContextFactory
protected  TransactionContextFactory TxContextCommandContextFactory.transactionContextFactory
           
 

Methods in org.camunda.bpm.engine.impl.interceptor that return TransactionContextFactory
 TransactionContextFactory TxContextCommandContextFactory.getTransactionContextFactory()
           
 

Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type TransactionContextFactory
 void TxContextCommandContextFactory.setTransactionContextFactory(TransactionContextFactory transactionContextFactory)
           
 

Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type TransactionContextFactory
CommandContext(ProcessEngineConfigurationImpl processEngineConfiguration, TransactionContextFactory transactionContextFactory)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.