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() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | after()Must be called at the end of each decision. | 
| static void | before()Must be called before each decision. | 
| T | get() | 
| int | hashCode() | 
| void | remove() | 
| void | set(T v) | 
public static void before()
public static void after()
public T get()
public void remove()
public void set(T v)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.