|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DequeueReply | |
---|---|
weblogic.wtc.gwt | Provides useful WTC GWT Domain utilities. |
weblogic.wtc.jatmi | Provides JATMI primitives used to begin and end transactions, allocate and free buffers, and provide the communication between clients and servers. |
Uses of DequeueReply in weblogic.wtc.gwt |
---|
Methods in weblogic.wtc.gwt that return DequeueReply | |
---|---|
DequeueReply |
TuxedoConnection.tpdequeue(String qspace,
String qname,
byte[] msgid,
byte[] corrid,
boolean doWait,
boolean doPeek,
int flags)
Much like tpacall, this looks up the remote qspace as a service offered through the domain configuration file, and once it has located the proper remote domain through which to send the dequeue request, it sends it. |
DequeueReply |
TuxedoConnection.tpdequeue(String qspace,
String qname,
int flags)
This is the simple version of tpdequeue, which is equalvalent to calling the other tpdequeue verb with null as the msgid and corrid and false as the values for doWait and doPeek. |
Uses of DequeueReply in weblogic.wtc.jatmi |
---|
Methods in weblogic.wtc.jatmi that return DequeueReply | |
---|---|
DequeueReply |
ApplicationToMonitorInterface.tpdequeue(String qspace,
String qname,
byte[] msgid,
byte[] corrid,
boolean doWait,
boolean doPeek,
int flags)
Removes a message for processing from the queue named by qname in the qspace queue space. |
DequeueReply |
ApplicationToMonitorInterface.tpdequeue(String qspace,
String qname,
int flags)
Removes a message for processing from the queue named by qname in the qspace queue space using the following parameters: msgid and corrid set to null. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |