![]() |
C++ Based OPC UA Client/Server/PubSub SDK
1.7.6.537
|
#include <uatransactionmanager.h>
Inherits UaThreadPoolJob.
Inherited by UaBrowseContext, UaBrowseNextContext, UaCallContext, UaHistoryReadContext, UaHistoryUpdateContext, UaQueryContext, UaReadContext, UaTranslateBrowsePathsToNodeIdsContext, and UaWriteContext.
Public Member Functions | |
UaTMBaseContext () | |
construction | |
virtual | ~UaTMBaseContext () |
destruction | |
void | execute () |
Execute operation. More... | |
virtual void | sendResponse ()=0 |
Send response for the service. More... | |
UaTMBaseContext Class. Derived from UaThreadPoolJob. It is not possible to create shallow copies of this class.
|
inlinevirtual |
Execute operation.
Implements UaThreadPoolJob.
|
pure virtual |
Send response for the service.
Implemented in UaCallContext, UaHistoryUpdateContext, UaHistoryReadContext, UaWriteContext, UaReadContext, UaQueryNextContext, UaQueryFirstContext, UaTranslateBrowsePathsToNodeIdsContext, UaBrowseNextContext, and UaBrowseContext.