public interface RequestContextContainer
Modifier and Type | Method and Description |
---|---|
com.bea.wlcp.wlng.api.plugin.context.RequestContext |
attachAndGetRequestContext()
Attach saved request context to Thread local.
|
void |
attachRequestContextToCurrentThread()
Attach saved request context to Thread local.
|
void |
saveCurrentRequestContext()
Reads RequestContext from thread local and save it to this object.
|
void attachRequestContextToCurrentThread()
void saveCurrentRequestContext()
Typically, before de-threading you save the request context in this object by invoking saveCurrentRequestContext carry over this object to the new thread and then invoke attachRequestContextToCurrentThread to attach it to the new Thread.
com.bea.wlcp.wlng.api.plugin.context.RequestContext attachAndGetRequestContext()