MqContextC - move and copy an error from a context … More...
MqContextC - move and copy an error from a context …
native MkErrorE jvmqmsgque.MqContextC.ErrorCopy | ( | MqContextC | sourceCtx | ) |
Java:
→ C-API MkErrorE targetCtx.ErrorCopy(MqContextC sourceCtx)
copy a MkErrorS from the sourceCtx to the targetCtx …
native MkErrorC jvmqmsgque.MqContextC.ErrorFORMAT | ( | ) |
Java:
→ C-API MkErrorC fmtobj.ErrorFORMAT()
helper used to access MkErrorDEFAULT from MqContextC
native MkErrorE jvmqmsgque.MqContextC.ErrorMove | ( | MqContextC | sourceCtx | ) |
Java:
→ C-API MkErrorE targetCtx.ErrorMove(MqContextC sourceCtx)
move a MkErrorS from the sourceCtx to the targetCtx …
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ErrorCopy | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | sourceCtx ) |
Java:
→ C-API MkErrorE targetCtx.ErrorCopy(MqContextC sourceCtx)
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 843 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ErrorFORMAT | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API MkErrorC fmtobj.ErrorFORMAT()
helper used to access MkErrorDEFAULT from MqContextC
Definition at line 829 of file MqContextC_jv.c.
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ErrorMove | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | sourceCtx ) |
Java:
→ C-API MkErrorE targetCtx.ErrorMove(MqContextC sourceCtx)
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 857 of file MqContextC_jv.c.