MqContextC - access data related to the factory-type of the object … More...
Collaboration diagram for MqContextC_ClassApi_PY_API:Functions | |
| static OT_ProcRet | pymqmsgque_MqContextC_ClassFactoryGet (MqContextC_ARGS) |
Python: → C-API get the MqFactoryC used by the MqContextC | |
| static OT_ProcRet | pymqmsgque_MqContextC_ClassFactorySet (MqContextC_ARGS) |
Python: → C-API link the MqContextC to a new MqFactoryC | |
| static OT_ProcRet | pymqmsgque_MqContextC_ClassIdentGet (MqContextC_ARGS) |
Python: → C-API get the application-identification … | |
| static OT_ProcRet | pymqmsgque_MqContextC_ClassIdentSet (MqContextC_ARGS) |
Python: → C-API link the MqContextC to a new MqFactoryC identified by ident | |
| static OT_ProcRet | pymqmsgque_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 559 of file MqContextC_py.c.
|
static |
Python: → C-API ctx.ClassFactorySet(item:MqFactoryC)
link the MqContextC to a new MqFactoryC
Definition at line 575 of file MqContextC_py.c.
|
static |
Python: → C-API string ctx.ClassIdentGet()
get the application-identification …
Definition at line 591 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 604 of file MqContextC_py.c.
|
static |
Python: → C-API string ctx.ClassOriginalIdentGet()
get the MqFactoryS::originalIdent from the MqContextC
Definition at line 620 of file MqContextC_py.c.