Package | Description |
---|---|
weblogic.diagnostics.context |
This package provides interfaces that retrieve or modify the contents
of a diagnostic context.
|
weblogic.workarea |
Provides interfaces to support marshalling of user data in a
WorkArea . |
Modifier and Type | Method and Description |
---|---|
void |
DiagnosticContextImpl.writeContext(WorkContextOutput out)
Writes the implementation of
WorkContext to the
WorkContextOutput data stream. |
Modifier and Type | Method and Description |
---|---|
void |
WorkContextMapImpl.sendRequest(WorkContextOutput out,
int propagationMode) |
void |
WorkContextLocalMap.sendRequest(WorkContextOutput out,
int propagationMode) |
void |
WorkContextMapImpl.sendResponse(WorkContextOutput out,
int propagationMode) |
void |
WorkContextLocalMap.sendResponse(WorkContextOutput out,
int propagationMode) |
void |
WorkContext.writeContext(WorkContextOutput out)
Writes the implementation of
WorkContext to the
WorkContextOutput data stream. |
void |
StringWorkContext.writeContext(WorkContextOutput out) |
void |
SerializableWorkContext.writeContext(WorkContextOutput out) |
void |
LongWorkContext.writeContext(WorkContextOutput out) |
void |
AsciiWorkContext.writeContext(WorkContextOutput out) |