BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.wtc.jatmi.DequeueReply

Packages that use DequeueReply
weblogic.wtc.gwt   
weblogic.wtc.jatmi   
 

Uses of DequeueReply in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt that return DequeueReply
 DequeueReply TuxedoConnection.tpdequeue(java.lang.String qspace, java.lang.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(java.lang.String qspace, java.lang.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 tsession.tpdequeue(java.lang.String qspace, java.lang.String qname, byte[] msgid, byte[] corrid, boolean doWait, boolean doPeek, int flags)
           
 DequeueReply tsession.tpdequeue(java.lang.String qspace, java.lang.String qname, int flags)
           
 DequeueReply ApplicationToMonitorInterface.tpdequeue(java.lang.String qspace, java.lang.String qname, byte[] msgid, byte[] corrid, boolean doWait, boolean doPeek, int flags)
          tpdequeue() takes a message for processing from the queue named by qname in the qspace queue space.
 DequeueReply ApplicationToMonitorInterface.tpdequeue(java.lang.String qspace, java.lang.String qname, int flags)
          This method is the same as calling the other tpdequeue method with null for msgid and corrid and false for doWait and doPeek
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.