theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Class_JV_API

MqDumpC - define the class … More...

+ Collaboration diagram for MqDumpC_Class_JV_API:

Functions

static native MqDumpC jvmqmsgque.MqDumpC.HandleResolve (int netHdl)
  Java: [static] MqDumpC MqDumpC.HandleResolve(int netHdl) C-API
Handle-Resolve-Slot - return a MqDumpC from netHdl or null if invalid…
 
native MqDumpC jvmqmsgque.MqDumpC.Next ()
  Java: MqDumpC dmp.Next() C-API
get next instance from linked-list of MqDumpS type
 
native MqDumpC jvmqmsgque.MqDumpC.Prev ()
  Java: MqDumpC dmp.Prev() C-API
get previous instance from linked-list of MqDumpS type
 
static native MqDumpC jvmqmsgque.MqDumpC.Instances ()
  Java: [static] MqDumpC MqDumpC.Instances() C-API
get head-instance from linked-list of MqDumpS type …
 
static native MqDumpC jvmqmsgque.MqDumpC.GetNull ()
  Java: [static] MqDumpC MqDumpC.GetNull() C-API
Null-Slot - return a MqDumpC typed NULL instance …
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_HandleResolve (JNIEnv *env, jclass class, jint netHdl)
  Java: [static] MqDumpC MqDumpC.HandleResolve(int netHdl) C-API
Handle-Resolve-Slot - return a MqDumpC from netHdl or null if invalid…
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_Next (JNIEnv *env, jobject self)
  Java: MqDumpC dmp.Next() C-API
get next instance from linked-list of MqDumpS type
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_Prev (JNIEnv *env, jobject self)
  Java: MqDumpC dmp.Prev() C-API
get previous instance from linked-list of MqDumpS type
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_Instances (JNIEnv *env, jclass class)
  Java: [static] MqDumpC MqDumpC.Instances() C-API
get head-instance from linked-list of MqDumpS type …
 
JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_GetNull (JNIEnv *env, jclass class)
  Java: [static] MqDumpC MqDumpC.GetNull() C-API
Null-Slot - return a MqDumpC typed NULL instance …
 

Detailed Description

MqDumpC - define the class …

Function Documentation

◆ GetNull()

static native MqDumpC jvmqmsgque.MqDumpC.GetNull ( )
static

Java: [static] MqDumpC MqDumpC.GetNull() C-API
Null-Slot - return a MqDumpC typed NULL instance …

◆ HandleResolve()

static native MqDumpC jvmqmsgque.MqDumpC.HandleResolve ( int netHdl)
static

Java: [static] MqDumpC MqDumpC.HandleResolve(int netHdl) C-API
Handle-Resolve-Slot - return a MqDumpC from netHdl or null if invalid…

◆ Instances()

static native MqDumpC jvmqmsgque.MqDumpC.Instances ( )
static

Java: [static] MqDumpC MqDumpC.Instances() C-API
get head-instance from linked-list of MqDumpS type …

◆ Java_jvmqmsgque_MqDumpC_GetNull()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_GetNull ( JNIEnv * env,
jclass class )

Java: [static] MqDumpC MqDumpC.GetNull() C-API
Null-Slot - return a MqDumpC typed NULL instance …

Definition at line 110 of file MqDumpC_jv.c.

110 {
112 MQ_DMP __retVal__L = MqDumpGetNull();
113 jobject __retVal__S = MQ(MqDumpC_ObjNew)(MK_RT_CALL env,__retVal__L);
114 return __retVal__S;
115}
#define MK_RT_CALL
#define MkRtSetup_NULL
static MQ_DMP MqDumpGetNull(void)
Null-Slot - return a MqDumpC typed NULL instance …
MqDumpC - the class known as dmp or dump is used to export a jvmqmsgque data package as binary …

◆ Java_jvmqmsgque_MqDumpC_HandleResolve()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_HandleResolve ( JNIEnv * env,
jclass class,
jint netHdl )

Java: [static] MqDumpC MqDumpC.HandleResolve(int netHdl) C-API
Handle-Resolve-Slot - return a MqDumpC from netHdl or null if invalid…

Definition at line 46 of file MqDumpC_jv.c.

46 {
48 MQ_DMP __retVal__L = MqDumpHandleResolve(netHdl);
49 jobject __retVal__S = MQ(MqDumpC_ObjNew)(MK_RT_CALL env,__retVal__L);
50 return __retVal__S;
51}
#define MqDumpHandleResolve(...)

◆ Java_jvmqmsgque_MqDumpC_Instances()

JNIEXPORT jobject JNICALL Java_jvmqmsgque_MqDumpC_Instances ( JNIEnv * env,
jclass class )

Java: [static] MqDumpC MqDumpC.Instances() C-API
get head-instance from linked-list of MqDumpS type …

Definition at line 93 of file MqDumpC_jv.c.

93 {
95 MQ_DMP __retVal__L = MqDumpInstances();
96 jobject __retVal__S = MQ(MqDumpC_ObjNew)(MK_RT_CALL env,__retVal__L);
97 return __retVal__S;
98}
#define MqDumpInstances()

◆ Java_jvmqmsgque_MqDumpC_Next()

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

Java: MqDumpC dmp.Next() C-API
get next instance from linked-list of MqDumpS type

Definition at line 67 of file MqDumpC_jv.c.

67 {
68 MQ_DMP hdl = (MQ_DMP)pObj2Hdl(env,"MqDumpC",self);
69 JavaErrorCheck;
70 MkRtSetup_X(hdl);
71 MQ_DMP __retVal__L = MqDumpNext(hdl);
72 jobject __retVal__S = MQ(MqDumpC_ObjNew)(MK_RT_CALL env,__retVal__L);
73 return __retVal__S;
74error:
75 return 0;
76}
#define MkRtSetup_X(x)
static MQ_DMP MqDumpNext(MQ_DMP const dmp)
get next instance from linked-list of MqDumpS type
struct MqDumpS * MQ_DMP
class-shortcut for struct MqDumpS *, all shortcut using the XX_YYY syntax (only for public API) …

◆ Java_jvmqmsgque_MqDumpC_Prev()

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

Java: MqDumpC dmp.Prev() C-API
get previous instance from linked-list of MqDumpS type

Definition at line 79 of file MqDumpC_jv.c.

79 {
80 MQ_DMP hdl = (MQ_DMP)pObj2Hdl(env,"MqDumpC",self);
81 JavaErrorCheck;
82 MkRtSetup_X(hdl);
83 MQ_DMP __retVal__L = MqDumpPrev(hdl);
84 jobject __retVal__S = MQ(MqDumpC_ObjNew)(MK_RT_CALL env,__retVal__L);
85 return __retVal__S;
86error:
87 return 0;
88}
static MQ_DMP MqDumpPrev(MQ_DMP const dmp)
get previous instance from linked-list of MqDumpS type

◆ Next()

native MqDumpC jvmqmsgque.MqDumpC.Next ( )

Java: MqDumpC dmp.Next() C-API
get next instance from linked-list of MqDumpS type

◆ Prev()

native MqDumpC jvmqmsgque.MqDumpC.Prev ( )

Java: MqDumpC dmp.Prev() C-API
get previous instance from linked-list of MqDumpS type