MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx More...
Collaboration diagram for MqContextC_Proxy_JV_API:MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx
The proxy-feature is used in a filter-setup to process-and-forward incoming data.
Example: A typical proxy-setup in pseudo C++ code
The proxy-feature is used in a filter-setup to process-and-forward incoming data.
Example: A typical proxy-setup in pseudo C++ code
| JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ProxyForward | ( | JNIEnv * | env, |
| jobject | self, | ||
| jobject | targetCtx, | ||
| jobject | dump, | ||
| jlong | timeout ) |
Java: → C-API sourceCtx.ProxyForward(MqContextC targetCtx, ?MqDumpC dump = null?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
send the entire read-data-package-data to the link-target …
Definition at line 1243 of file MqContextC_jv.c.
| JNIEXPORT void JNICALL Java_jvmqmsgque_MqContextC_ProxyItem | ( | JNIEnv * | env, |
| jobject | self, | ||
| jobject | targetCtx ) |
Java: → C-API sourceCtx.ProxyItem(MqContextC targetCtx)
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 1258 of file MqContextC_jv.c.
| void jvmqmsgque.MqContextC.ProxyForward | ( | MqContextC | targetCtx | ) |
Java: → C-API sourceCtx.ProxyForward(MqContextC targetCtx, ?MqDumpC dump = null?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
send the entire read-data-package-data to the link-target …
Definition at line 628 of file MqContextC.java.
| void jvmqmsgque.MqContextC.ProxyForward | ( | MqContextC | targetCtx, |
| MqDumpC | dump ) |
Java: → C-API sourceCtx.ProxyForward(MqContextC targetCtx, ?MqDumpC dump = null?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
send the entire read-data-package-data to the link-target …
Definition at line 633 of file MqContextC.java.
| native void jvmqmsgque.MqContextC.ProxyForward | ( | MqContextC | targetCtx, |
| MqDumpC | dump, | ||
| long | timeout ) |
Java: → C-API sourceCtx.ProxyForward(MqContextC targetCtx, ?MqDumpC dump = null?, ?long timeout = MkTimeoutE.DEFAULT.get()?)
send the entire read-data-package-data to the link-target …
Here is the caller graph for this function:| native void jvmqmsgque.MqContextC.ProxyItem | ( | MqContextC | targetCtx | ) |
Java: → C-API sourceCtx.ProxyItem(MqContextC targetCtx)
Copy a single-data-item from the sourceCtx to the targetCtx.