Misc Functions
[MqS Class]

A collection of Misc Functions. More...

Collaboration diagram for Misc Functions:

Enumerations

enum  javamsgque::MqS.WAIT { javamsgque::MqS.NO = (0), javamsgque::MqS.ONCE = (1), javamsgque::MqS.FOREVER = (2) }

Functions

native void javamsgque::MqS.LinkCreate (String...args) throws MqSException
 constructor used to create a parent object
native void javamsgque::MqS.LinkCreateChild (MqS parent, String...args) throws MqSException
 constructor used to create a child object
 javamsgque::MqS.MqS ()
 default constructor used for the object factory
void javamsgque::MqS.finalize ()
 if the object is connected (hdl != 0) -> disconnect it
native void javamsgque::MqS.LinkDelete ()
 implement the libmsgque API object: MqLinkDelete
native void javamsgque::MqS.Exit ()
 implement the libmsgque API object: MqExit
static native void javamsgque::MqS.Init (String...argv)
void javamsgque::MqS.ProcessEvent (int timeout, WAIT flags) throws MqSException
 implement the libmsgque API object: MqProcessEvent, wait for timeout seconds and process event or raise an error
void javamsgque::MqS.ProcessEvent (WAIT flags) throws MqSException
 implement the libmsgque API object: MqProcessEvent, wait application user default time
void javamsgque::MqS.ProcessEvent () throws MqSException
 implement the libmsgque API object: MqProcessEvent, don't wait just check for an event
native void javamsgque::MqS.ErrorC (String func, int num, String message)
 implement the libmsgque API object: MqErrorC
native void javamsgque::MqS.ErrorRaise () throws MqSException
native void javamsgque::MqS.ErrorReset ()
native void javamsgque::MqS.ErrorSet (Throwable ex)
 implement the libmsgque API object: MqErrorC
native int javamsgque::MqS.ErrorGetNum ()
 implement the libmsgque API object: MqErrorC
native String javamsgque::MqS.ErrorGetText ()
native void javamsgque::MqS.ErrorPrint ()

Detailed Description

A collection of Misc Functions.

Enumeration Type Documentation

enum javamsgque::MqS::WAIT [inherited]

Enumerator:
NO 
ONCE 
FOREVER 

Definition at line 83 of file MqS.java.


Function Documentation

native void javamsgque.MqS.ErrorC ( String  func,
int  num,
String  message 
) [inherited]

implement the libmsgque API object: MqErrorC

native int javamsgque.MqS.ErrorGetNum (  )  [inherited]

implement the libmsgque API object: MqErrorC

native String javamsgque.MqS.ErrorGetText (  )  [inherited]

native void javamsgque.MqS.ErrorPrint (  )  [inherited]

native void javamsgque.MqS.ErrorRaise (  )  throws MqSException [inherited]

native void javamsgque.MqS.ErrorReset (  )  [inherited]

native void javamsgque.MqS.ErrorSet ( Throwable  ex  )  [inherited]

implement the libmsgque API object: MqErrorC

native void javamsgque.MqS.Exit (  )  [inherited]

implement the libmsgque API object: MqExit

void javamsgque.MqS.finalize (  )  [protected, inherited]

if the object is connected (hdl != 0) -> disconnect it

Definition at line 71 of file MqS.java.

static native void javamsgque.MqS.Init ( String...  argv  )  [static, protected, inherited]

native void javamsgque.MqS.LinkCreate ( String...  args  )  throws MqSException [inherited]

constructor used to create a parent object

native void javamsgque.MqS.LinkCreateChild ( MqS  parent,
String...  args 
) throws MqSException [inherited]

constructor used to create a child object

native void javamsgque.MqS.LinkDelete (  )  [inherited]

implement the libmsgque API object: MqLinkDelete

javamsgque.MqS.MqS (  )  [protected, inherited]

default constructor used for the object factory

Definition at line 66 of file MqS.java.

void javamsgque.MqS.ProcessEvent (  )  throws MqSException [inherited]

implement the libmsgque API object: MqProcessEvent, don't wait just check for an event

Definition at line 110 of file MqS.java.

void javamsgque.MqS.ProcessEvent ( WAIT  flags  )  throws MqSException [inherited]

implement the libmsgque API object: MqProcessEvent, wait application user default time

Definition at line 106 of file MqS.java.

void javamsgque.MqS.ProcessEvent ( int  timeout,
WAIT  flags 
) throws MqSException [inherited]

implement the libmsgque API object: MqProcessEvent, wait for timeout seconds and process event or raise an error

Definition at line 102 of file MqS.java.


libmsgque project on SF: Get libmsgque at SourceForge.net. Fast, secure and Free Open Source software downloads    Generated on Mon Nov 9 16:57:33 2009 by doxygen 1.5.8