org.camunda.bpm.application.impl
Class ProcessApplicationContextImpl

java.lang.Object
  extended by org.camunda.bpm.application.impl.ProcessApplicationContextImpl

public class ProcessApplicationContextImpl
extends Object

Author:
Thorben Lindhauer

Field Summary
protected static ThreadLocal<ProcessApplicationIdentifier> currentProcessApplication
           
 
Constructor Summary
ProcessApplicationContextImpl()
           
 
Method Summary
static void clear()
           
static ProcessApplicationIdentifier get()
           
static void set(ProcessApplicationIdentifier identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentProcessApplication

protected static ThreadLocal<ProcessApplicationIdentifier> currentProcessApplication
Constructor Detail

ProcessApplicationContextImpl

public ProcessApplicationContextImpl()
Method Detail

get

public static ProcessApplicationIdentifier get()

set

public static void set(ProcessApplicationIdentifier identifier)

clear

public static void clear()


Copyright © 2017 camunda services GmbH. All rights reserved.