|
theLink 10.0
|
Extend the MkRuntimeS wie libmqmsgque specific features … More...
#include <LibMqMsgque_mq.h>
Collaboration diagram for MqRuntimeS:Data Fields | ||
| union { | ||
| struct MkObjectS obj | ||
| struct MkExtensionS ext | ||
| struct MkRtExtS rtext | ||
| } | super | |
| is the MqRuntimeS initialized? | ||
| struct MqErrorS | error_mq | |
| MkThreadDataS | mqThreadData | |
| data used to link EXTERNAL runtime to MQ_RT | ||
| struct MkTypeDefS | _MqErrorC_T | |
| struct MkTypeDefS | _MqRuntimeC_T | |
| struct MkTypeS | _MqTypeCtxC_TT | |
| struct MkTypeDefS | _MqFactoryC_T | |
| struct MqTypeCtxS | _MqContextC_T | |
| struct MkTypeDefS | _MqDumpC_T | |
| struct MkTypeDefS | _MqEnvC_T | |
| MK_BINB | private_variables [291096] | |
Extend the MkRuntimeS wie libmqmsgque specific features …
Definition at line 9185 of file LibMqMsgque_mq.h.
| struct MqTypeCtxS MqRuntimeS::_MqContextC_T |
Definition at line 9221 of file LibMqMsgque_mq.h.
| struct MkTypeDefS MqRuntimeS::_MqDumpC_T |
Definition at line 9222 of file LibMqMsgque_mq.h.
| struct MkTypeDefS MqRuntimeS::_MqEnvC_T |
Definition at line 9223 of file LibMqMsgque_mq.h.
| struct MkTypeDefS MqRuntimeS::_MqErrorC_T |
Definition at line 9217 of file LibMqMsgque_mq.h.
| struct MkTypeDefS MqRuntimeS::_MqFactoryC_T |
Definition at line 9220 of file LibMqMsgque_mq.h.
| struct MkTypeDefS MqRuntimeS::_MqRuntimeC_T |
Definition at line 9218 of file LibMqMsgque_mq.h.
| struct MkTypeS MqRuntimeS::_MqTypeCtxC_TT |
Definition at line 9219 of file LibMqMsgque_mq.h.
| struct MqErrorS MqRuntimeS::error_mq |
Definition at line 9209 of file LibMqMsgque_mq.h.
| struct MkExtensionS MqRuntimeS::ext |
Definition at line 9202 of file LibMqMsgque_mq.h.
| MkThreadDataS MqRuntimeS::mqThreadData |
data used to link EXTERNAL runtime to MQ_RT
Definition at line 9210 of file LibMqMsgque_mq.h.
| struct MkObjectS MqRuntimeS::obj |
Definition at line 9201 of file LibMqMsgque_mq.h.
| MK_BINB MqRuntimeS::private_variables[291096] |
Definition at line 9228 of file LibMqMsgque_mq.h.
| struct MkRtExtS MqRuntimeS::rtext |
Definition at line 9203 of file LibMqMsgque_mq.h.
| union { ... } MqRuntimeS::super |
is the MqRuntimeS initialized?
On "smart" systems like "csharp"… threads are created "on-the-fly" not only on user-demand… The problem is the "cleanup" code from the garbage-collection is controlled by "csharp" and sometimes "csharp" choose a new thread for this task. a "new" thread start with an empty MqRuntimeS… we need to handle this.