Class AsyncPipelineModalModeAccessor
java.lang.Object
com._1c.g5.v8.internal.derived.pipeline.AsyncPipelineModalModeAccessor
Accesses the modal mode data from the current thread
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the modal operation context to the current thread, if anyvoid
setModalOperationContext
(Object context) Sets the modal operation context to the current thread
-
Constructor Details
-
AsyncPipelineModalModeAccessor
public AsyncPipelineModalModeAccessor()
-
-
Method Details
-
getModalOperationContext
Gets the modal operation context to the current thread, if any- Returns:
- The modal operation context being associated with the current thread. May be
null
-
setModalOperationContext
Sets the modal operation context to the current thread- Parameters:
context
- The context to set. May benull
-