|
theLink 10.0
|
Extend the MkRuntimeS wie ccmqmsgque specific features … More...
#include <LibMqMsgque_mq.h>
Collaboration diagram for libmqmsgque::MqRuntimeS:Public Attributes | ||
| 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 ccmqmsgque specific features …
Definition at line 9185 of file LibMqMsgque_mq.h.
| struct MqTypeCtxS libmqmsgque::MqRuntimeS::_MqContextC_T |
Definition at line 9221 of file LibMqMsgque_mq.h.
| struct MkTypeDefS libmqmsgque::MqRuntimeS::_MqDumpC_T |
Definition at line 9222 of file LibMqMsgque_mq.h.
| struct MkTypeDefS libmqmsgque::MqRuntimeS::_MqEnvC_T |
Definition at line 9223 of file LibMqMsgque_mq.h.
| struct MkTypeDefS libmqmsgque::MqRuntimeS::_MqErrorC_T |
Definition at line 9217 of file LibMqMsgque_mq.h.
| struct MkTypeDefS libmqmsgque::MqRuntimeS::_MqFactoryC_T |
Definition at line 9220 of file LibMqMsgque_mq.h.
| struct MkTypeDefS libmqmsgque::MqRuntimeS::_MqRuntimeC_T |
Definition at line 9218 of file LibMqMsgque_mq.h.
| struct MkTypeS libmqmsgque::MqRuntimeS::_MqTypeCtxC_TT |
Definition at line 9219 of file LibMqMsgque_mq.h.
| struct MqErrorS libmqmsgque::MqRuntimeS::error_mq |
Definition at line 9209 of file LibMqMsgque_mq.h.
| struct MkExtensionS libmqmsgque::MqRuntimeS::ext |
Definition at line 9202 of file LibMqMsgque_mq.h.
| MkThreadDataS libmqmsgque::MqRuntimeS::mqThreadData |
data used to link EXTERNAL runtime to MQ_RT
Definition at line 9210 of file LibMqMsgque_mq.h.
| struct MkObjectS libmqmsgque::MqRuntimeS::obj |
Definition at line 9201 of file LibMqMsgque_mq.h.
| MK_BINB libmqmsgque::MqRuntimeS::private_variables[291096] |
Definition at line 9228 of file LibMqMsgque_mq.h.
| struct MkRtExtS libmqmsgque::MqRuntimeS::rtext |
Definition at line 9203 of file LibMqMsgque_mq.h.
| union { ... } libmqmsgque::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.