public class ThreadLocalInfoContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.ThreadLocal<InfoContext> |
executionThreadLocal
Thread local variable which keep the transformation context
|
| Constructor and Description |
|---|
ThreadLocalInfoContext() |
| Modifier and Type | Method and Description |
|---|---|
static InfoContext |
get() |
static void |
set(InfoContext infoContext) |
static void |
unset() |
public static final java.lang.ThreadLocal<InfoContext> executionThreadLocal
public static void set(InfoContext infoContext)
public static void unset()
public static InfoContext get()