MqContextC - access data related to the factory-type of the object … More...
Functions | |
MqFactoryC | csmqmsgque.MqContextC.ClassFactoryGet () |
C#: → C-API get the MqFactoryC used by the MqContextC | |
void | csmqmsgque.MqContextC.ClassFactorySet (MqFactoryC item) |
C#: → C-API link the MqContextC to a new MqFactoryC | |
string | csmqmsgque.MqContextC.ClassIdentGet () |
C#: → C-API get the application-identification … | |
void | csmqmsgque.MqContextC.ClassIdentSet (string ident) |
C#: → C-API link the MqContextC to a new MqFactoryC identified by ident | |
string | csmqmsgque.MqContextC.ClassOriginalIdentGet () |
C#: → 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.
|
inline |
C#:
→ C-API MqFactoryC ctx.ClassFactoryGet()
get the MqFactoryC used by the MqContextC
Definition at line 339 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.ClassFactorySet(MqFactoryC item)
link the MqContextC to a new MqFactoryC
Definition at line 347 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ClassIdentGet()
get the application-identification …
Definition at line 354 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.ClassIdentSet(string ident)
link the MqContextC to a new MqFactoryC identified by ident
Definition at line 360 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ClassOriginalIdentGet()
get the MqFactoryS.originalIdent from the MqContextC
Definition at line 368 of file MqContextC.cs.