Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Class
weblogic.wtc.jatmi.EnqueueRequest

Packages that use EnqueueRequest
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 EnqueueRequest in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt with parameters of type EnqueueRequest
 byte[] TuxedoConnection.tpenqueue(String qspace, String qname, EnqueueRequest ctl, TypedBuffer data, 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 enqueue request, it sends it.
 

Uses of EnqueueRequest in weblogic.wtc.jatmi
 

Methods in weblogic.wtc.jatmi with parameters of type EnqueueRequest
 byte[] ApplicationToMonitorInterface.tpenqueue(String qspace, String qname, EnqueueRequest ctl, TypedBuffer data, int flags)
          Stores a message on the queue named by qname in the qspace queue space.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
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.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02