Package | Description |
---|---|
weblogic.diagnostics.context |
This package provides interfaces that retrieve or modify the contents
of a diagnostic context.
|
Modifier and Type | Class and Description |
---|---|
class |
CorrelationImpl
This is the unified Correlation implementation.
|
class |
JavaSECorrelationImpl
Correlation Implementation on JavaSE
The unified Correlation is NOT used on JavaSE.
|
Modifier and Type | Field and Description |
---|---|
private Correlation |
CorrelationManager.CorrelationWrapper.ctx |
Modifier and Type | Method and Description |
---|---|
Correlation |
CorrelationIntegrationManagerImpl.findCorrelation() |
Correlation |
CorrelationIntegrationManager.findCorrelation()
This is currently used by DMS
Finds and returns the existing Correlation if present.
|
static Correlation |
CorrelationFactory.findCorrelation()
Return current Correlation if it exists, or null if it doesn't.
|
Correlation |
CorrelationIntegrationManagerImpl.findOrCreateCorrelation() |
Correlation |
CorrelationIntegrationManager.findOrCreateCorrelation()
This is currently used by DMS
Finds and returns the existing Correlation if present.
|
static Correlation |
CorrelationFactory.findOrCreateCorrelation()
Deprecated.
11-21-2015 - use
LocatorUtiltiies.getService(Correlation) |
Correlation |
CorrelationManager.WLSCorrelationFactoryImpl.findOrCreateCorrelation(boolean enabled) |
static Correlation |
CorrelationFactory.findOrCreateCorrelation(boolean enabled)
Return current Correlation if it exists.
|
Correlation |
CorrelationFactory.Factory.findOrCreateCorrelation(boolean enabled) |
Correlation |
CorrelationFactory.DefaultFactoryImpl.findOrCreateCorrelation(boolean enabled) |
(package private) Correlation |
CorrelationManager.CorrelationWrapper.getCorrelation() |
Correlation |
CorrelationIntegrationManagerImpl.getCorrelationFromMap() |
Correlation |
CorrelationIntegrationManagerForTest.getCorrelationFromMap() |
Correlation |
CorrelationIntegrationManagerImpl.newCorrelation() |
Correlation |
CorrelationIntegrationManager.newCorrelation()
This is currently used by the JMS Bridge.
|
Correlation |
CorrelationIntegrationManagerImpl.newCorrelation(DiagnosticContextImpl dcImpl) |
Correlation |
CorrelationIntegrationManagerForTest.newCorrelation(DiagnosticContextImpl dcImpl) |
Correlation |
CorrelationManager.newCorrelation(java.lang.String ecid,
int[] ridComponents,
int kidCount,
java.util.Map<java.lang.String,java.lang.String> values,
long dyeVector,
boolean inheritable) |
Correlation |
CorrelationIntegrationManagerImpl.newCorrelation(java.lang.String ecid,
int[] ridComponents,
int kidCount,
java.util.Map<java.lang.String,java.lang.String> values,
long dyeVector,
boolean inheritable) |
Correlation |
CorrelationIntegrationManager.newCorrelation(java.lang.String ecid,
int[] ridComponents,
int childCount,
java.util.Map<java.lang.String,java.lang.String> values,
long dyeVector,
boolean inheritable)
This is used by DMS.
|
Correlation |
CorrelationManager.newCorrelation(java.lang.String ecid,
RID rid,
long dye) |
Correlation |
CorrelationIntegrationManagerImpl.newCorrelationFromBinaryDC(byte[] dcBytes) |
Correlation |
CorrelationIntegrationManagerForTest.newCorrelationFromBinaryDC(byte[] dcBytes) |
Correlation |
CorrelationFactory.provide()
This is to implement hk2 Factory
|
static Correlation |
WrapUtils.unwrap(java.lang.String wrapString) |
Correlation |
CorrelationIntegrationManagerImpl.unwrap(java.lang.String wrapString) |
Correlation |
CorrelationIntegrationManagerForTest.unwrap(java.lang.String wrap) |
Modifier and Type | Method and Description |
---|---|
void |
CorrelationManager.activateCorrelation(Correlation correlation) |
void |
CorrelationIntegrationManagerImpl.activateCorrelation(Correlation correlation) |
void |
CorrelationIntegrationManager.activateCorrelation(Correlation correlation)
This is used by DMS and the JMS Bridge
This will unconditionally activate the specified non-null Correlation.
|
(package private) void |
CorrelationManager.correlationPropagatedIn(Correlation ctx) |
void |
CorrelationManager.WLSCorrelationFactoryImpl.correlationPropagatedIn(Correlation ctx)
This is used specifically to handle the propagation in scenarios where we
need to set the Correlation on the wrapper.
|
void |
CorrelationFactory.Factory.correlationPropagatedIn(Correlation ctx) |
void |
CorrelationFactory.DefaultFactoryImpl.correlationPropagatedIn(Correlation ctx) |
void |
CorrelationFactory.dispose(Correlation correlation)
This is to implement hk2 Factory
|
static java.lang.Object |
CorrelationDebugContributor.getInstance(Correlation correlation) |
(package private) static SerializableWorkContext |
CorrelationImpl.getWorkContext(Correlation ctx) |
void |
CorrelationCallback.onDeactivateCorrelation(Correlation correlation)
This is used to inform DMS that the Correlation held in the Map has been deactivated.
|
(package private) void |
CorrelationManager.CorrelationWrapper.setCorrelation(Correlation ctx) |
void |
CorrelationManager.WLSCorrelationFactoryImpl.setCorrelation(Correlation ctx)
This method is only used to support DMS coordination of the ExecutionContext and Correlation
This is only called by CorrelationFactory.setCorrelation which is package level visibility and
is only called by the CorrelationIntegrationManagerImpl
|
(package private) static void |
CorrelationFactory.setCorrelation(Correlation ctx)
This method only should be called by the CorrelationIntegrationManagerImpl class (which is used by DMS
to coordinate the ExecutionContext and Correlation, and by the JMS Message bridge when batching
messages)
|
void |
CorrelationFactory.Factory.setCorrelation(Correlation ctx) |
void |
CorrelationFactory.DefaultFactoryImpl.setCorrelation(Correlation ctx) |
private void |
CorrelationManager.WLSCorrelationFactoryImpl.setCorrelation(Correlation ctx,
WorkContextMap map,
CorrelationImpl oldCorrelation,
boolean generateECIDMappingEvent) |
void |
CorrelationManager.WLSCorrelationFactoryImpl.setJFRThrottled(Correlation ctx)
If the JFR_THROTTLE dye in an incoming DC is set, select current request
for data generation
|
static void |
CorrelationFactory.setJFRThrottled(Correlation ctx) |
void |
CorrelationFactory.Factory.setJFRThrottled(Correlation ctx) |
void |
CorrelationFactory.DefaultFactoryImpl.setJFRThrottled(Correlation ctx) |
void |
CorrelationManager.WLSCorrelationFactoryImpl.updateCorrelation(Correlation ctx) |
(package private) static void |
CorrelationFactory.updateCorrelation(Correlation ctx) |
void |
CorrelationFactory.Factory.updateCorrelation(Correlation ctx) |
void |
CorrelationFactory.DefaultFactoryImpl.updateCorrelation(Correlation ctx) |
private void |
CorrelationManager.WLSCorrelationFactoryImpl.updateReconciledCorrelationOnWrapper(Correlation ctx)
This is used specifically to handle the scenario where setPropagatedCorrelationOnWrapper
was called from WLSContextFamily.SerializableImpl.readObject() of over HTTP but additional information
was set on the Correlation during the reconciliation process.
|
static java.lang.String |
WrapUtils.wrap(Correlation correlation) |
java.lang.String |
CorrelationIntegrationManagerImpl.wrap(Correlation ctx) |
java.lang.String |
CorrelationIntegrationManagerForTest.wrap(Correlation ctx) |
Constructor and Description |
---|
DiagnosticContextImpl(Correlation correlation) |