public class WorkflowExecutionLocal<T>
extends java.lang.Object
ThreadLocal which bounds value to a particular thread. It
is subject to the same replay rules as the rest of the workflow definition.public static void before()
public static void after()
public T get()
public int hashCode()
hashCode クラス内 java.lang.Objectpublic void remove()
public void set(T v)
protected T initialValue()