theLink 10.0
Loading...
Searching...
No Matches
jvmqmsgque.MqMsgque Class Reference

MqMsgque PACKAGE - the package is the toplevel structure of the jvmqmsgqueMore...

Static Public Member Functions

static native MqIdentE IdentE_FromInt (int value)
  Java: [static] MqIdentE IdentE_FromInt(int value) C-API
return the MqIdentE from integer …
 
static native MqSlaveE SlaveE_FromInt (int value)
  Java: [static] MqSlaveE SlaveE_FromInt(int value) C-API
return the MqSlaveE from integer …
 
static native MqStartE StartE_FromInt (int value)
  Java: [static] MqStartE StartE_FromInt(int value) C-API
return the MqStartE from integer …
 
static native MqStatusIsEF StatusIsEF_FromInt (int value)
  Java: [static] MqStatusIsEF StatusIsEF_FromInt(int value) C-API
return the MqStatusIsEF from integer …
 
static native MqWaitOnEventE WaitOnEventE_FromInt (int value)
  Java: [static] MqWaitOnEventE WaitOnEventE_FromInt(int value) C-API
return the MqWaitOnEventE from integer …
 
static native int IdentE_ToInt (MqIdentE value)
  Java: [static] int IdentE_ToInt(MqIdentE value) C-API
return the MqIdentE as integer …
 
static native String IdentE_ToString (MqIdentE value)
  Java: [static] String IdentE_ToString(MqIdentE value) C-API
return the MqIdentE as string …
 
static native int SlaveE_ToInt (MqSlaveE value)
  Java: [static] int SlaveE_ToInt(MqSlaveE value) C-API
return the MqSlaveE as integer …
 
static native String SlaveE_ToString (MqSlaveE value)
  Java: [static] String SlaveE_ToString(MqSlaveE value) C-API
return the MqSlaveE as string …
 
static native int StartE_ToInt (MqStartE value)
  Java: [static] int StartE_ToInt(MqStartE value) C-API
return the MqStartE as integer …
 
static native String StartE_ToString (MqStartE value)
  Java: [static] String StartE_ToString(MqStartE value) C-API
return the MqStartE as string …
 
static native int StatusIsEF_ToInt (MqStatusIsEF value)
  Java: [static] int StatusIsEF_ToInt(MqStatusIsEF value) C-API
return the MqStatusIsEF as integer …
 
static native String StatusIsEF_ToString (MqStatusIsEF value)
  Java: [static] String StatusIsEF_ToString(MqStatusIsEF value) C-API
return the MqStatusIsEF as string …
 
static native int WaitOnEventE_ToInt (MqWaitOnEventE value)
  Java: [static] int WaitOnEventE_ToInt(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as integer …
 
static native String WaitOnEventE_ToString (MqWaitOnEventE value)
  Java: [static] String WaitOnEventE_ToString(MqWaitOnEventE value) C-API
return the MqWaitOnEventE as string …
 
static native String Help (String tool)
  Java: [static] String Help(String tool) C-API
write jvmqmsgque specific user-help to stderr
 
static native String HelpMsgque ()
  Java: [static] String HelpMsgque() C-API
return a page with the usage of all jvmqmsgque specific options
 
static native MkBufferListC InitGetArg0 ()
  Java: [static] MkBufferListC InitGetArg0() C-API
get the process startup-prefix argument
 
static native MkBufferListC InitResetArg0 ()
  Java: [static] MkBufferListC InitResetArg0() C-API
Reset the process-startup-prefix argument to an empty list …
 
static native void InitSetArg0 (MkBufferListC bfl)
  Java: [static] InitSetArg0(?MkBufferListC bfl = null?) C-API
set the process startup-prefix argument to bfl
 
static void InitSetArg0 (String... bfl)
  Java: [static] InitSetArg0(?MkBufferListC bfl = null?) C-API
set the process startup-prefix argument to bfl
 
static void InitSetArg0 ()
  Java: [static] InitSetArg0(?MkBufferListC bfl = null?) C-API
set the process startup-prefix argument to bfl
 
static native void Cleanup ()
  Java: [static] Cleanup() C-API
cleanup jvmqmsgque internal memory …
 
static void Setup ()
  Java: [static] Setup() C-API
setup jvmqmsgque internal memory …
 

Detailed Description

MqMsgque PACKAGE - the package is the toplevel structure of the jvmqmsgque

The jvmqmsgque package is loaded with:

  • import jvmqmsgque.*; 

and is a composition of one or more package-item and exact one package-main.

The jvmqmsgque package add the following classes into MkObjectC_C_API :

Object C-Short Description
MqContextC MQ_CTX MqContextC - the class known as ctx or context is the application-handle of the application-server and also the main data-handle
MqDumpC MQ_DMP MqDumpC - the class known as dmp or dump is used to export a jvmqmsgque data package as binary
MqFactoryC MQ_FCT MqFactoryC - the class known as fct or factory is used to provide an interface to create one or more new MqContextC

The jvmqmsgque package add the following types into MkObjectC_C_API :

ABSTRACT: MkTypeSTT (TypeTypeType = type of a TypeType)
|
|- ABSTRACT: MqTypeCtxC_TT (TypeType = type of a Type)
|  |
|  |- MqContextC_T
|
|- ABSTRACT: MkTypeDefSTT (TypeType = type of a Type)
   |
   |- MqFactoryST, MqDumpST

Definition at line 117 of file MqMsgque.java.


The documentation for this class was generated from the following file: