public class ContextTracker extends Object
| Modifier and Type | Field and Description |
|---|---|
private ThreadLocal<Integer> |
trackingLevel |
| Constructor and Description |
|---|
ContextTracker() |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
run(Callable<V> callable) |
boolean |
runsInTrackedContext() |
private ThreadLocal<Integer> trackingLevel
public ContextTracker()
public boolean runsInTrackedContext()
Copyright © 2018. All Rights Reserved.