MqMsgque PACKAGE - the package is the toplevel structure of the tclmqmsgque … More...
Topics | |
MqMsgque_Main_TCL_API | |
MqMsgque PACKAGE - the package-main is a single piece of code evaluated only once at application startup … | |
MqMsgque_Init_TCL_API | |
MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-link … | |
MqMsgque_Item_TCL_API | |
MqMsgque PACKAGE - the package-item is a class-object and must use the MqContextC as the base-class … | |
MqMsgque_Help_TCL_API | |
MqMsgque PACKAGE - access to a qualified help-message … | |
MqMsgque_Enum_TCL_API | |
MqMsgque PACKAGE - enum definition … | |
MqMsgque_Setup_TCL_API | |
MqMsgque PACKAGE - setup und cleanup the tclmqmsgque … | |
Functions | |
static int | tclmqmsgque_Support_Class_Cmd (OtClass_ARGS) |
bool [tclmqmsgque::support thread|fork] | |
MqMsgque PACKAGE - the package is the toplevel structure of the tclmqmsgque …
The tclmqmsgque package is loaded with:
package require tclmqmsgque
and is a composition of one or more package-item and exact one package-main.
The tclmqmsgque package add the following classes into MkObjectC_C_API :
Object | C-Short | Description |
---|---|---|
MqContextC | MQ_CTX | MqContextC - the class known as ctx or context is the application-handle of the application-server and also the main data-handle … |
MqDumpC | MQ_DMP | MqDumpC - the class known as dmp or dump is used to export a tclmqmsgque data package as binary … |
MqFactoryC | MQ_FCT | MqFactoryC - the class known as fct or factory is used to provide an interface to create one or more new MqContextC … |
The tclmqmsgque package add the following types into MkObjectC_C_API :
ABSTRACT: MkTypeSTT (TypeTypeType = type of a TypeType) | |- ABSTRACT: MqTypeCtxC_TT (TypeType = type of a Type) | | | |- MqContextC_T | |- ABSTRACT: MkTypeDefSTT (TypeType = type of a Type) | |- MqFactoryST, MqDumpST
|
static |
bool [tclmqmsgque::support thread|fork]
Definition at line 556 of file LibMqMsgque_tcl.c.