theLink 10.0
Loading...
Searching...
No Matches
MqContextC_ReadApi_Atom_JV_API

MqContextC - read a single-data-item outof a read-data-packageMore...

+ Collaboration diagram for MqContextC_ReadApi_Atom_JV_API:

Functions

native MkBufferListC jvmqmsgque.MqContextC.ReadALL (MkBufferListC val_inout)
  Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the read-data-package
 
MkBufferListC jvmqmsgque.MqContextC.ReadALL ()
  Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the read-data-package
 
native MkBufferListC jvmqmsgque.MqContextC.ReadBFL ()
  Java: MkBufferListC ctx.ReadBFL() C-API
get a temporary MkBufferListC from next list-item in the read-data-package
 
native MkBufferC jvmqmsgque.MqContextC.ReadBUF ()
  Java: MkBufferC ctx.ReadBUF() C-API
get a temporary MkBufferC from the read-data-package
 
native byte[] jvmqmsgque.MqContextC.ReadBIN ()
  Java: doc_mq_jv_ReadBIN C-API
generic function to read an MK_BIN object from the read-data-package object …
 
native boolean jvmqmsgque.MqContextC.ReadBOL ()
  Java: doc_mq_jv_ReadBOL C-API
read a PRIMITIVE TYPE from the read-data-package
 
native byte[] jvmqmsgque.MqContextC.ReadBinaryR ()
  Java: byte[] ctx.ReadBinaryR() C-API
read a MkBinaryR from the read-data-package
 
native double jvmqmsgque.MqContextC.ReadDBL ()
  Java: doc_mq_jv_ReadDBL C-API
read a PRIMITIVE TYPE from the read-data-package
 
native float jvmqmsgque.MqContextC.ReadFLT ()
  Java: doc_mq_jv_ReadFLT C-API
read a PRIMITIVE TYPE from the read-data-package
 
native int jvmqmsgque.MqContextC.ReadHDL ()
  Java: int ctx.ReadHDL() C-API
read the handle from the read-data-package
 
native short jvmqmsgque.MqContextC.ReadI16 ()
  Java: doc_mq_jv_ReadI16 C-API
read a PRIMITIVE TYPE from the read-data-package
 
native int jvmqmsgque.MqContextC.ReadI32 ()
  Java: doc_mq_jv_ReadI32 C-API
read a PRIMITIVE TYPE from the read-data-package
 
native long jvmqmsgque.MqContextC.ReadI64 ()
  Java: doc_mq_jv_ReadI64 C-API
read a PRIMITIVE TYPE from the read-data-package
 
native byte jvmqmsgque.MqContextC.ReadI8 ()
  Java: doc_mq_jv_ReadI8 C-API
read a PRIMITIVE TYPE from the read-data-package
 
native long jvmqmsgque.MqContextC.ReadLONG ()
  Java: long ctx.ReadLONG() C-API
read the long native object from the read-data-package
 
native String jvmqmsgque.MqContextC.ReadSTR ()
  Java: doc_mq_jv_ReadSTR C-API
read a PRIMITIVE TYPE from the read-data-package
 
native String jvmqmsgque.MqContextC.ReadStringR ()
  Java: String ctx.ReadStringR() C-API
read a MkStringR from the read-data-package
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadALL (JNIEnv *env, jobject self, jobject val_inout)
  Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the read-data-package
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadBFL (JNIEnv *env, jobject self)
  Java: MkBufferListC ctx.ReadBFL() C-API
get a temporary MkBufferListC from next list-item in the read-data-package
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadBUF (JNIEnv *env, jobject self)
  Java: MkBufferC ctx.ReadBUF() C-API
get a temporary MkBufferC from the read-data-package
 
JNIEXPORT jbyteArray JNICALL Java_jvmqmsgque_MqContextC_ReadBIN (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadBIN C-API
generic function to read an MK_BIN object from the read-data-package object …
 
JNIEXPORT jboolean JNICALL Java_jvmqmsgque_MqContextC_ReadBOL (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadBOL C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT jbyteArray JNICALL Java_jvmqmsgque_MqContextC_ReadBinaryR (JNIEnv *env, jobject self)
  Java: byte[] ctx.ReadBinaryR() C-API
read a MkBinaryR from the read-data-package
 
JNIEXPORT jdouble JNICALL Java_jvmqmsgque_MqContextC_ReadDBL (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadDBL C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT jfloat JNICALL Java_jvmqmsgque_MqContextC_ReadFLT (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadFLT C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ReadHDL (JNIEnv *env, jobject self)
  Java: int ctx.ReadHDL() C-API
read the handle from the read-data-package
 
JNIEXPORT jshort JNICALL Java_jvmqmsgque_MqContextC_ReadI16 (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadI16 C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ReadI32 (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadI32 C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqContextC_ReadI64 (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadI64 C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT jbyte JNICALL Java_jvmqmsgque_MqContextC_ReadI8 (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadI8 C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT MK_NAT_LIST JNICALL ReadLIST (JNIEnv *env, jobject self)
  Java: List<Object> ctx.ReadLIST() C-API
get all arguments as native list …
 
JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqContextC_ReadLONG (JNIEnv *env, jobject self)
  Java: long ctx.ReadLONG() C-API
read the long native object from the read-data-package
 
JNIEXPORT MK_NAT_OBJECT JNICALL ReadNEXT (JNIEnv *env, jobject self)
  Java: Object ctx.ReadNEXT() C-API
get the next argument as native object …
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ReadSTR (JNIEnv *env, jobject self)
  Java: doc_mq_jv_ReadSTR C-API
read a PRIMITIVE TYPE from the read-data-package
 
JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ReadStringR (JNIEnv *env, jobject self)
  Java: String ctx.ReadStringR() C-API
read a MkStringR from the read-data-package
 

Detailed Description

MqContextC - read a single-data-item outof a read-data-package

Function Documentation

◆ Java_jvmqmsgque_MqContextC_ReadALL()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadALL ( JNIEnv * env,
jobject self,
jobject val_inout )

Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the read-data-package

Definition at line 1280 of file MqContextC_jv.c.

1280 {
1281 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1282 JavaErrorCheck;
1283 MkRtSetup_X(hdl);
1284 MK_BFL val_inout_hdl = (MK_BFL)pObj2Hdl__null_allow(env,val_inout);
1285 JavaErrorCheck;
1286 enum MkErrorE errVal = MqReadALL(hdl, &val_inout_hdl);
1287 MkErrorC_Check(hdl, errVal)
1288 jobject __retVal__S = MK(MkBufferListC_ObjNew)(MK_RT_CALL env,val_inout_hdl);
1289 return __retVal__S;
1290error:
1291 return 0;
1292}
struct MkBufferListS * MK_BFL
MkErrorE
#define MK_RT_CALL
#define MkRtSetup_X(x)
struct MqContextS * MQ_CTX
class-shortcut for struct MqContextS *, all shortcut using the XX_YYY syntax (only for public API) …
#define MqReadALL(...)
PUBLIC data structure for the jvmqmsgque-specific-data

◆ Java_jvmqmsgque_MqContextC_ReadBFL()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadBFL ( JNIEnv * env,
jobject self )

Java: MkBufferListC ctx.ReadBFL() C-API
get a temporary MkBufferListC from next list-item in the read-data-package

Definition at line 1297 of file MqContextC_jv.c.

1297 {
1298 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1299 JavaErrorCheck;
1300 MkRtSetup_X(hdl);
1301 MK_BFL val_out;
1302 enum MkErrorE errVal = MqReadBFL(hdl, &val_out);
1303 MkErrorC_Check(hdl, errVal)
1304 jobject __retVal__S = MK(MkBufferListC_ObjNew)(MK_RT_CALL env,val_out);
1305 return __retVal__S;
1306error:
1307 return 0;
1308}
#define MqReadBFL(...)

◆ Java_jvmqmsgque_MqContextC_ReadBIN()

JNIEXPORT jbyteArray JNICALL Java_jvmqmsgque_MqContextC_ReadBIN ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadBIN C-API
generic function to read an MK_BIN object from the read-data-package object …

Definition at line 1327 of file MqContextC_jv.c.

1327 {
1328 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1329 JavaErrorCheck;
1330 MkRtSetup_X(hdl);
1331 MkBinaryR val_out_ref;
1332 enum MkErrorE errVal = MqReadBIN(hdl, &val_out_ref);
1333 MkErrorC_Check(hdl, errVal)
1334 const jsize val_out_size = (jsize) val_out_ref.size;
1335 const jbyte *val_out_byte = (jbyte*) val_out_ref.data;
1336 jbyteArray val_out = (*env)->NewByteArray(env, val_out_size);
1337 JavaErrorCheck;
1338 (*env)->SetByteArrayRegion(env,val_out,0,val_out_size,val_out_byte);
1339 JavaErrorCheck;
1340 jbyteArray __retVal__S = val_out;
1341 return __retVal__S;
1342error:
1343 return 0;
1344}
#define MqReadBIN(...)
MK_SIZE size

◆ Java_jvmqmsgque_MqContextC_ReadBinaryR()

JNIEXPORT jbyteArray JNICALL Java_jvmqmsgque_MqContextC_ReadBinaryR ( JNIEnv * env,
jobject self )

Java: byte[] ctx.ReadBinaryR() C-API
read a MkBinaryR from the read-data-package

Definition at line 1361 of file MqContextC_jv.c.

1361 {
1362 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1363 JavaErrorCheck;
1364 MkRtSetup_X(hdl);
1365 MkBinaryR val_out_ref;
1366 enum MkErrorE errVal = MqReadBinaryR(hdl, &val_out_ref);
1367 MkErrorC_Check(hdl, errVal)
1368 const jsize val_out_size = (jsize) val_out_ref.size;
1369 const jbyte *val_out_byte = (jbyte*) val_out_ref.data;
1370 jbyteArray val_out = (*env)->NewByteArray(env, val_out_size);
1371 JavaErrorCheck;
1372 (*env)->SetByteArrayRegion(env,val_out,0,val_out_size,val_out_byte);
1373 JavaErrorCheck;
1374 jbyteArray __retVal__S = val_out;
1375 return __retVal__S;
1376error:
1377 return 0;
1378}
#define MqReadBinaryR(...)

◆ Java_jvmqmsgque_MqContextC_ReadBOL()

JNIEXPORT jboolean JNICALL Java_jvmqmsgque_MqContextC_ReadBOL ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadBOL C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1347 of file MqContextC_jv.c.

1347 {
1348 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1349 JavaErrorCheck;
1350 MkRtSetup_X(hdl);
1351 MK_BOL val_out;
1352 enum MkErrorE errVal = MqReadBOL(hdl, &val_out);
1353 MkErrorC_Check(hdl, errVal)
1354 jboolean __retVal__S = val_out != 0;
1355 return __retVal__S;
1356error:
1357 return 0;
1358}
unsigned char MK_BOL
#define MqReadBOL(...)

◆ Java_jvmqmsgque_MqContextC_ReadBUF()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqContextC_ReadBUF ( JNIEnv * env,
jobject self )

Java: MkBufferC ctx.ReadBUF() C-API
get a temporary MkBufferC from the read-data-package

Definition at line 1311 of file MqContextC_jv.c.

1311 {
1312 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1313 JavaErrorCheck;
1314 MkRtSetup_X(hdl);
1315 MK_BUF val_out;
1316 enum MkErrorE errVal = MqReadBUF(hdl, &val_out);
1317 MkErrorC_Check(hdl, errVal)
1318 jobject __retVal__S = MK(MkBufferC_ObjNew)(MK_RT_CALL env,val_out);
1319 return __retVal__S;
1320error:
1321 return 0;
1322}
#define MqReadBUF(...)

◆ Java_jvmqmsgque_MqContextC_ReadDBL()

JNIEXPORT jdouble JNICALL Java_jvmqmsgque_MqContextC_ReadDBL ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadDBL C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1381 of file MqContextC_jv.c.

1381 {
1382 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1383 JavaErrorCheck;
1384 MkRtSetup_X(hdl);
1385 MK_DBL val_out;
1386 enum MkErrorE errVal = MqReadDBL(hdl, &val_out);
1387 MkErrorC_Check(hdl, errVal)
1388 jdouble __retVal__S = val_out;
1389 return __retVal__S;
1390error:
1391 return 0;
1392}
double MK_DBL
#define MqReadDBL(...)

◆ Java_jvmqmsgque_MqContextC_ReadFLT()

JNIEXPORT jfloat JNICALL Java_jvmqmsgque_MqContextC_ReadFLT ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadFLT C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1395 of file MqContextC_jv.c.

1395 {
1396 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1397 JavaErrorCheck;
1398 MkRtSetup_X(hdl);
1399 MK_FLT val_out;
1400 enum MkErrorE errVal = MqReadFLT(hdl, &val_out);
1401 MkErrorC_Check(hdl, errVal)
1402 jfloat __retVal__S = val_out;
1403 return __retVal__S;
1404error:
1405 return 0;
1406}
float MK_FLT
#define MqReadFLT(...)

◆ Java_jvmqmsgque_MqContextC_ReadHDL()

JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ReadHDL ( JNIEnv * env,
jobject self )

Java: int ctx.ReadHDL() C-API
read the handle from the read-data-package

Definition at line 1409 of file MqContextC_jv.c.

1409 {
1410 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1411 JavaErrorCheck;
1412 MkRtSetup_X(hdl);
1413 MK_HDL val_out;
1414 enum MkErrorE errVal = MqReadHDL(hdl, &val_out);
1415 MkErrorC_Check(hdl, errVal)
1416 jint __retVal__S = val_out;
1417 return __retVal__S;
1418error:
1419 return 0;
1420}
int32_t MK_HDL
#define MqReadHDL(...)

◆ Java_jvmqmsgque_MqContextC_ReadI16()

JNIEXPORT jshort JNICALL Java_jvmqmsgque_MqContextC_ReadI16 ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadI16 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1423 of file MqContextC_jv.c.

1423 {
1424 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1425 JavaErrorCheck;
1426 MkRtSetup_X(hdl);
1427 MK_I16 val_out;
1428 enum MkErrorE errVal = MqReadI16(hdl, &val_out);
1429 MkErrorC_Check(hdl, errVal)
1430 jshort __retVal__S = val_out;
1431 return __retVal__S;
1432error:
1433 return 0;
1434}
signed short int MK_I16
#define MqReadI16(...)

◆ Java_jvmqmsgque_MqContextC_ReadI32()

JNIEXPORT jint JNICALL Java_jvmqmsgque_MqContextC_ReadI32 ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadI32 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1437 of file MqContextC_jv.c.

1437 {
1438 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1439 JavaErrorCheck;
1440 MkRtSetup_X(hdl);
1441 MK_I32 val_out;
1442 enum MkErrorE errVal = MqReadI32(hdl, &val_out);
1443 MkErrorC_Check(hdl, errVal)
1444 jint __retVal__S = val_out;
1445 return __retVal__S;
1446error:
1447 return 0;
1448}
signed int MK_I32
#define MqReadI32(...)

◆ Java_jvmqmsgque_MqContextC_ReadI64()

JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqContextC_ReadI64 ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadI64 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1451 of file MqContextC_jv.c.

1451 {
1452 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1453 JavaErrorCheck;
1454 MkRtSetup_X(hdl);
1455 MK_I64 val_out;
1456 enum MkErrorE errVal = MqReadI64(hdl, &val_out);
1457 MkErrorC_Check(hdl, errVal)
1458 jlong __retVal__S = val_out;
1459 return __retVal__S;
1460error:
1461 return 0;
1462}
signed long long MK_I64
#define MqReadI64(...)

◆ Java_jvmqmsgque_MqContextC_ReadI8()

JNIEXPORT jbyte JNICALL Java_jvmqmsgque_MqContextC_ReadI8 ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadI8 C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1465 of file MqContextC_jv.c.

1465 {
1466 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1467 JavaErrorCheck;
1468 MkRtSetup_X(hdl);
1469 MK_I8 val_out;
1470 enum MkErrorE errVal = MqReadI8(hdl, &val_out);
1471 MkErrorC_Check(hdl, errVal)
1472 jbyte __retVal__S = (jbyte)val_out;
1473 return __retVal__S;
1474error:
1475 return 0;
1476}
signed char MK_I8
#define MqReadI8(...)

◆ Java_jvmqmsgque_MqContextC_ReadLONG()

JNIEXPORT jlong JNICALL Java_jvmqmsgque_MqContextC_ReadLONG ( JNIEnv * env,
jobject self )

Java: long ctx.ReadLONG() C-API
read the long native object from the read-data-package

Definition at line 1482 of file MqContextC_jv.c.

1482 {
1483 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1484 JavaErrorCheck;
1485 MkRtSetup_X(hdl);
1486 MK_LONG val_out;
1487 enum MkErrorE errVal = MqReadLONG(hdl, &val_out);
1488 MkErrorC_Check(hdl, errVal)
1489 jlong __retVal__S = val_out;
1490 return __retVal__S;
1491error:
1492 return 0;
1493}
long MK_LONG
#define MqReadLONG(...)

◆ Java_jvmqmsgque_MqContextC_ReadSTR()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ReadSTR ( JNIEnv * env,
jobject self )

Java: doc_mq_jv_ReadSTR C-API
read a PRIMITIVE TYPE from the read-data-package

Definition at line 1499 of file MqContextC_jv.c.

1499 {
1500 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1501 JavaErrorCheck;
1502 MkRtSetup_X(hdl);
1503 MK_STRN val_out;
1504 enum MkErrorE errVal = MqReadSTR(hdl, &val_out);
1505 MkErrorC_Check(hdl, errVal)
1506 jstring __retVal__S = JC2O(env,val_out);
1507 return __retVal__S;
1508error:
1509 return 0;
1510}
const MK_STRB * MK_STRN
#define MqReadSTR(...)

◆ Java_jvmqmsgque_MqContextC_ReadStringR()

JNIEXPORT jstring JNICALL Java_jvmqmsgque_MqContextC_ReadStringR ( JNIEnv * env,
jobject self )

Java: String ctx.ReadStringR() C-API
read a MkStringR from the read-data-package

Definition at line 1513 of file MqContextC_jv.c.

1513 {
1514 MQ_CTX hdl = (MQ_CTX)pObj2Hdl(env,"MqContextC",self);
1515 JavaErrorCheck;
1516 MkRtSetup_X(hdl);
1517 MkStringR val_out_ref;
1518 enum MkErrorE errVal = MqReadStringR(hdl, &val_out_ref);
1519 MkErrorC_Check(hdl, errVal)
1520 jstring val_out = (*env)->NewStringUTF(env, val_out_ref.ptr);
1521 JavaErrorCheck;
1522 jstring __retVal__S = val_out;
1523 return __retVal__S;
1524error:
1525 return 0;
1526}
#define MqReadStringR(...)
MK_STRN ptr

◆ ReadALL() [1/2]

MkBufferListC jvmqmsgque.MqContextC.ReadALL ( )

Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the read-data-package

Definition at line 653 of file MqContextC.java.

653 {
654 return ReadALL ((MkBufferListC) null);
655 }
MkBufferListC ReadALL()
Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) → C-API get a temporary MkBuf...
+ Here is the caller graph for this function:

◆ ReadALL() [2/2]

native MkBufferListC jvmqmsgque.MqContextC.ReadALL ( MkBufferListC val_inout)

Java: MkBufferListC ctx.ReadALL(?MkBufferListC val_inout = null?) C-API
get a temporary MkBufferListC from all data in the read-data-package

◆ ReadBFL()

native MkBufferListC jvmqmsgque.MqContextC.ReadBFL ( )

Java: MkBufferListC ctx.ReadBFL() C-API
get a temporary MkBufferListC from next list-item in the read-data-package

◆ ReadBIN()

native byte[] jvmqmsgque.MqContextC.ReadBIN ( )

Java: doc_mq_jv_ReadBIN C-API
generic function to read an MK_BIN object from the read-data-package object …

◆ ReadBinaryR()

native byte[] jvmqmsgque.MqContextC.ReadBinaryR ( )

Java: byte[] ctx.ReadBinaryR() C-API
read a MkBinaryR from the read-data-package

◆ ReadBOL()

native boolean jvmqmsgque.MqContextC.ReadBOL ( )

Java: doc_mq_jv_ReadBOL C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadBUF()

native MkBufferC jvmqmsgque.MqContextC.ReadBUF ( )

Java: MkBufferC ctx.ReadBUF() C-API
get a temporary MkBufferC from the read-data-package

+ Here is the caller graph for this function:

◆ ReadDBL()

native double jvmqmsgque.MqContextC.ReadDBL ( )

Java: doc_mq_jv_ReadDBL C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadFLT()

native float jvmqmsgque.MqContextC.ReadFLT ( )

Java: doc_mq_jv_ReadFLT C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadHDL()

native int jvmqmsgque.MqContextC.ReadHDL ( )

Java: int ctx.ReadHDL() C-API
read the handle from the read-data-package

◆ ReadI16()

native short jvmqmsgque.MqContextC.ReadI16 ( )

Java: doc_mq_jv_ReadI16 C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadI32()

native int jvmqmsgque.MqContextC.ReadI32 ( )

Java: doc_mq_jv_ReadI32 C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadI64()

native long jvmqmsgque.MqContextC.ReadI64 ( )

Java: doc_mq_jv_ReadI64 C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadI8()

native byte jvmqmsgque.MqContextC.ReadI8 ( )

Java: doc_mq_jv_ReadI8 C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadLIST()

JNIEXPORT MK_NAT_LIST JNICALL ReadLIST ( JNIEnv * env,
jobject self )

Java: List<Object> ctx.ReadLIST() C-API
get all arguments as native list …

◆ ReadLONG()

native long jvmqmsgque.MqContextC.ReadLONG ( )

Java: long ctx.ReadLONG() C-API
read the long native object from the read-data-package

◆ ReadNEXT()

JNIEXPORT MK_NAT_OBJECT JNICALL ReadNEXT ( JNIEnv * env,
jobject self )

Java: Object ctx.ReadNEXT() C-API
get the next argument as native object …

◆ ReadSTR()

native String jvmqmsgque.MqContextC.ReadSTR ( )

Java: doc_mq_jv_ReadSTR C-API
read a PRIMITIVE TYPE from the read-data-package

◆ ReadStringR()

native String jvmqmsgque.MqContextC.ReadStringR ( )

Java: String ctx.ReadStringR() C-API
read a MkStringR from the read-data-package