| Package | Description |
|---|---|
| org.glassfish.contextpropagation.internal | |
| org.glassfish.contextpropagation.wireadapters | |
| org.glassfish.contextpropagation.wireadapters.glassfish | |
| org.glassfish.contextpropagation.wireadapters.wls |
Provides public interfaces and classes for compatibility with Web Logic
weblogic.workarea. |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
Entry.createOpaqueEntryInstance(Object context,
EnumSet<PropagationMode> propModes,
String className) |
static Entry |
Entry.createViewEntryInstance(Object context,
EnumSet<PropagationMode> propModes,
ViewImpl view) |
Entry |
AccessControlledMap.getEntry(String key) |
Entry |
Entry.init(Boolean isOriginator,
Boolean allowAllToRead)
Utility method to set additional metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<String,Entry>> |
AccessControlledMap.entryIterator() |
Iterator<Map.Entry<String,Entry>> |
SimpleMap.iterator(SimpleMap.Filter filter,
PropagationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AccessControlledMap.put(String key,
Entry entry) |
<T> T |
SimpleMap.put(String key,
Entry entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleMap.Filter.keep(Map.Entry<String,Entry> mapEntry,
PropagationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Entry |
AbstractWireAdapter.nextEntry() |
Entry |
WireAdapter.readEntry() |
Entry |
AbstractWireAdapter.readEntry() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
WireAdapter.write(String key,
Entry entry) |
<T> void |
AbstractWireAdapter.write(String key,
Entry entry) |
| Modifier and Type | Method and Description |
|---|---|
Entry |
DefaultWireAdapter.nextEntry() |
| Modifier and Type | Method and Description |
|---|---|
Entry |
WLSWireAdapter.nextEntry() |
Copyright © 2019. All rights reserved.