| 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 <T extends Number> |
Entry.ContextType.fromNumberClass(Class<T> clz)
Utility method designed to quickly determine the context type corresponding
to a given class, clz.
|
static Entry.ContextType |
Entry.ContextType.fromOrdinal(int ordinal)
Get the ContextType corresponding to the specified ordinal value.
|
Entry.ContextType |
Entry.getContextType() |
static Entry.ContextType |
Entry.ContextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entry.ContextType[] |
Entry.ContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Entry(Object context,
EnumSet<PropagationMode> propModes,
Entry.ContextType contextType)
Dedicated constructor, set the work context, it propagation mode and type.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractWireAdapter.write(ObjectOutputStream oos,
String key,
Object value,
Entry.ContextType contextType,
EnumSet<PropagationMode> propagationModes,
String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWireAdapter.write(ObjectOutputStream oos,
String key,
Object value,
Entry.ContextType contextType,
EnumSet<PropagationMode> propagationModes,
String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
WLSWireAdapter.write(ObjectOutputStream oos,
String key,
Object value,
Entry.ContextType contextType,
EnumSet<PropagationMode> propagationModes,
String className) |
Copyright © 2017. All rights reserved.