MqContextC - access data related to the factory-type of the object … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqContextC_ClassFactoryGet (MqContextC_ARGS) |
Ruby: → C-API get the MqFactoryC used by the MqContextC | |
static OT_ProcRet | rbmqmsgque_MqContextC_ClassFactorySet (MqContextC_ARGS) |
Ruby: → C-API link the MqContextC to a new MqFactoryC | |
static OT_ProcRet | rbmqmsgque_MqContextC_ClassIdentGet (MqContextC_ARGS) |
Ruby: → C-API get the application-identification … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ClassIdentSet (MqContextC_ARGS) |
Ruby: → C-API link the MqContextC to a new MqFactoryC identified by ident | |
static OT_ProcRet | rbmqmsgque_MqContextC_ClassOriginalIdentGet (MqContextC_ARGS) |
Ruby: → 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 |
Ruby:
→ C-API MqFactoryC ctx.ClassFactoryGet()
get the MqFactoryC used by the MqContextC
Definition at line 479 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ClassFactorySet(item:MqFactoryC)
link the MqContextC to a new MqFactoryC
Definition at line 492 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API string ctx.ClassIdentGet()
get the application-identification …
Definition at line 505 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ClassIdentSet(ident:string)
link the MqContextC to a new MqFactoryC identified by ident
Definition at line 515 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API string ctx.ClassOriginalIdentGet()
get the MqFactoryS::originalIdent from the MqContextC
Definition at line 528 of file MqContextC_rb.c.