|
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 () |
enum javamsgque::MqS::WAIT [inherited] |
| native void javamsgque.MqS.ErrorC | ( | String | func, | |
| int | num, | |||
| String | message | |||
| ) | [inherited] |
| 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] |
| void javamsgque.MqS.finalize | ( | ) | [protected, inherited] |
| 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] |
| void javamsgque.MqS.ProcessEvent | ( | ) | throws MqSException [inherited] |
implement the libmsgque API object: MqProcessEvent, don't wait just check for an event
| void javamsgque.MqS.ProcessEvent | ( | WAIT | flags | ) | throws MqSException [inherited] |
implement the libmsgque API object: MqProcessEvent, wait application user default time
| 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
1.5.8