MqContextC - access data related to the factory-type of the object … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ClassFactoryGet (MqContextC_ARGS) |
Python: → C-API get the MqFactoryC used by the MqContextC | |
static OT_ProcRet | py_mqmsgque_MqContextC_ClassFactorySet (MqContextC_ARGS) |
Python: → C-API link the MqContextC to a new MqFactoryC | |
static OT_ProcRet | py_mqmsgque_MqContextC_ClassIdentGet (MqContextC_ARGS) |
Python: → C-API get the application-identification … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ClassIdentSet (MqContextC_ARGS) |
Python: → C-API link the MqContextC to a new MqFactoryC identified by ident | |
static OT_ProcRet | py_mqmsgque_MqContextC_ClassOriginalIdentGet (MqContextC_ARGS) |
Python: → C-API get the MqFactoryS::originalIdent from the MqContextC | |
MqContextC - access data related to the factory-type of the object …
The type of an object is related to the MqFactoryC. The factory decide which class a new created object has. The factory has two identifiers:
The relevance of the MqContextC CLASS API based type system, provided by MqFactoryC, decreased with the rise of the MANAGED OBJECT technology.
The MqContextC CLASS API based type system has more influence for target-languages without reflection, like C or C++.
The factory is something like a constructor but only support the application-context MqContextC .
The MqContextC ROUTE API using the MqClassIdentGet from MqFactoryC to identify an application from remote.
|
static |
Python:
→ C-API MqFactoryC ctx.ClassFactoryGet()
get the MqFactoryC used by the MqContextC
Definition at line 562 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ClassFactorySet(item:MqFactoryC)
link the MqContextC to a new MqFactoryC
Definition at line 578 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ClassIdentGet()
get the application-identification …
Definition at line 594 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ClassIdentSet(ident:string)
link the MqContextC to a new MqFactoryC identified by ident
Definition at line 607 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ClassOriginalIdentGet()
get the MqFactoryS::originalIdent from the MqContextC
Definition at line 623 of file MqContextC_py.c.