Package com._1c.g5.v8.derived.computer
Interface IBmTransactionCancellingMonitor
-
public interface IBmTransactionCancellingMonitor
Monitor that cancels operations in theIBmTransaction
on monitor cancel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setEngine(IBmEngine engine)
Sets the BM engine to access current thread-bound transaction
-
-
-
Method Detail
-
setEngine
void setEngine(IBmEngine engine)
Sets the BM engine to access current thread-bound transaction- Parameters:
engine
- The engine to set. May not benull
-
-