public class WorkflowExecutionLocal<T> extends Object
ThreadLocal which bounds value to a particular thread. It
 is subject to the same replay rules as the rest of the workflow definition.| Constructor and Description | 
|---|
| WorkflowExecutionLocal() | 
public static void before()
public static void after()
public T get()
public void remove()
public void set(T v)
protected T initialValue()
Copyright © 2015. All rights reserved.