| Modifier and Type | Method and Description |
|---|---|
AccessControlledMap |
ContextMap.getAccessControlledMap()
This method is used when one needs to propagate the ContextMap to another Thread.
|
| Modifier and Type | Method and Description |
|---|---|
AccessControlledMap |
ThreadLocalAccessor.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadLocalAccessor.set(AccessControlledMap contextMap)
Saves the ContextMap on the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
AccessControlledMap |
Utils.PrivilegedWireAdapterAccessor.getAccessControlledMap(boolean create) |
protected AccessControlledMap |
Utils.AccessControlledMapFinder.getMapAndCreateIfNeeded() |
protected AccessControlledMap |
Utils.AccessControlledMapFinder.getMapIfItExists() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextMapPropagator.restoreThreadContexts(AccessControlledMap contexts)
Copies the entries that have the propagation mode THREAD to this thread's
ContextMap.
|
Copyright © 2017. All rights reserved.