MqContextC - access data related to the factory-type of the object … More...
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.
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.
|
inline |
C++:
→ C-API MqFactoryC* ctx.ClassFactoryGet()
get the MqFactoryC used by the MqContextC
Definition at line 105 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.ClassFactorySet(MqFactoryC* item)
link the MqContextC to a new MqFactoryC
Definition at line 122 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.ClassFactorySet(MqFactoryC* item)
link the MqContextC to a new MqFactoryC
Definition at line 114 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN ctx.ClassIdentGet()
get the application-identification …
Definition at line 130 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.ClassIdentSet(MK_STRN ident)
link the MqContextC to a new MqFactoryC identified by ident
Definition at line 144 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.ClassIdentSet(MK_STRN ident)
link the MqContextC to a new MqFactoryC identified by ident
Definition at line 137 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN ctx.ClassOriginalIdentGet()
get the libmqmsgque::MqFactoryS::originalIdent from the MqContextC
Definition at line 152 of file MqContextC_inline_cc.hh.