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.
native MqFactoryC jvmqmsgque.MqContextC.ClassFactoryGet | ( | ) |
Java:
→ C-API MqFactoryC ctx.ClassFactoryGet()
get the MqFactoryC used by the MqContextC
native void jvmqmsgque.MqContextC.ClassFactorySet | ( | MqFactoryC | item | ) |
Java:
→ C-API ctx.ClassFactorySet(MqFactoryC item)
link the MqContextC to a new MqFactoryC
native String jvmqmsgque.MqContextC.ClassIdentGet | ( | ) |
Java:
→ C-API String ctx.ClassIdentGet()
get the application-identification …
native void jvmqmsgque.MqContextC.ClassIdentSet | ( | String | ident | ) |
Java:
→ C-API ctx.ClassIdentSet(String ident)
link the MqContextC to a new MqFactoryC identified by ident
native String jvmqmsgque.MqContextC.ClassOriginalIdentGet | ( | ) |
Java:
→ C-API String ctx.ClassOriginalIdentGet()
get the MqFactoryS.originalIdent from the MqContextC
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ClassFactoryGet | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MqFactoryC ctx.ClassFactoryGet()
get the MqFactoryC used by the MqContextC
Definition at line 204 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ClassFactorySet | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | item ) |
Java:
→ C-API ctx.ClassFactorySet(MqFactoryC item)
link the MqContextC to a new MqFactoryC
Definition at line 218 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ClassIdentGet | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ClassIdentGet()
get the application-identification …
Definition at line 231 of file MqContextC_jv.c.
JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ClassIdentSet | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | ident ) |
Java:
→ C-API ctx.ClassIdentSet(String ident)
link the MqContextC to a new MqFactoryC identified by ident
Definition at line 243 of file MqContextC_jv.c.
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ClassOriginalIdentGet | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String ctx.ClassOriginalIdentGet()
get the MqFactoryS::originalIdent from the MqContextC
Definition at line 257 of file MqContextC_jv.c.