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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
Direct Known Subclasses:
TxContextCommandContextFactory

public class CommandContextFactory
extends Object

Author:
Tom Baeyens

Field Summary
protected  ProcessEngineConfigurationImpl processEngineConfiguration
           
 
Constructor Summary
CommandContextFactory()
           
 
Method Summary
 CommandContext createCommandContext()
           
 ProcessEngineConfigurationImpl getProcessEngineConfiguration()
           
 void setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEngineConfiguration

protected ProcessEngineConfigurationImpl processEngineConfiguration
Constructor Detail

CommandContextFactory

public CommandContextFactory()
Method Detail

createCommandContext

public CommandContext createCommandContext()

getProcessEngineConfiguration

public ProcessEngineConfigurationImpl getProcessEngineConfiguration()

setProcessEngineConfiguration

public void setProcessEngineConfiguration(ProcessEngineConfigurationImpl processEngineConfiguration)


Copyright © 2015 camunda services GmbH. All rights reserved.