Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Interface
weblogic.wtc.jatmi.TypedBuffer

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

Methods in weblogic.wtc.gwt that return TypedBuffer
static TypedBuffer XmlViewCnv.XMLToView(String xmlDoc, Class viewTable, String subType)
          Convert an XML document into a VIEW or VIEW32 buffer
 

Methods in weblogic.wtc.gwt with parameters of type TypedBuffer
 CallDescriptor TuxedoConnection.tpacall(String svc, TypedBuffer data, int flags)
          This calls the other tpacall with null as the reply object
 CallDescriptor TuxedoConnection.tpacall(String svc, TypedBuffer data, int flags, TpacallAsyncReply callBack)
          This implementation of tpacall is aware of the domain configuration files which correlate services with local and remote domains.
 Reply TuxedoConnection.tpcall(String svc, TypedBuffer data, int flags)
          This implementation of tpcall looks up the proper service using the domain configuration files and/or MBeans.
 Conversation TuxedoConnection.tpconnect(String svc, TypedBuffer data, int flags)
          This implementation of tpconnect looks up the proper service using the domain configuration files and/or MBeans.
 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.
static String XmlViewCnv.ViewToXML(TypedBuffer view, Class viewTable, boolean rootNeeded)
          Convert a VIEW or VIEW32 buffer into an XML document
 

Uses of TypedBuffer in weblogic.wtc.jatmi
 

Classes in weblogic.wtc.jatmi that implement TypedBuffer
 class MBStringTypes
          This class implements the common methods all of the TUXEDO standard Typed Buffers which supports MBSTRING data require.
 class StandardTypes
          This class implements the common methods all of the TUXEDO standard Typed Buffers require.
 class TypedCArray
          This is the jatmi analogue to the CARRAY Tuxedo buffer type
 class TypedFML
          This implements FML in JAVA as a TypedBuffer.
 class TypedFML32
          This implements TypedFML32 in JAVA as a TypedBuffer.
 class TypedMBString
          This is the jatmi analogue to the MBSTRING Tuxedo buffer type
 class TypedString
          This is the jatmi analogue to the STRING Tuxedo buffer type
 class TypedView
          Buffer type used when the application uses a Java structure to define the buffer structure using a view description file.
 class TypedView32
          Buffer type similar to View but allows for larger character fields, more fields, and larger overall buffers.
 class TypedXML
          This is the jatmi analogue to the XML Tuxedo buffer type
 class TypedXOctet
          This is the jatmi analogue to the X_OCTET Tuxedo buffer type.
 

Methods in weblogic.wtc.jatmi that return TypedBuffer
 TypedBuffer TypedBufferPool.get(String key)
           
 TypedBuffer TuxedoReply.getReplyBuffer()
          Returns the (possibly null) typed buffer returned from a service
 TypedBuffer Reply.getReplyBuffer()
          Returns the (possibly null) typed buffer returned from a service
 TypedBuffer TPServiceInformation.getServiceData()
          Returns the service data for this service
 

Methods in weblogic.wtc.jatmi with parameters of type TypedBuffer
 void TypedBufferPool.put(String key, TypedBuffer value)
           
 void TuxedoReply.setReplyBuffer(TypedBuffer tb)
          Sets the (possibly null) typed buffer returned from a service
 CallDescriptor ApplicationToMonitorInterface.tpacall(String svc, TypedBuffer data, int flags)
          Sends a deferred asyncronous request message to a Tuxedo service.
 CallDescriptor ApplicationToMonitorInterface.tpacall(String svc, TypedBuffer data, int flags, TpacallAsyncReply callBack)
          Sends an asyncronous request message to a Tuxedo service.
 Reply ApplicationToMonitorInterface.tpcall(String svc, TypedBuffer data, int flags)
          Sends a request and synchronously awaits for the reply.
 Conversation ApplicationToMonitorInterface.tpconnect(String svc, TypedBuffer data, int flags)
          Establishes a half-duplex connection to a conversational service, svc.
 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.
 void Conversation.tpsend(TypedBuffer data, int flags)
          Sends data across an open connection from an initiator to a subordinate Tuxedo application.
 void TPServiceInformation.tpsend(TypedBuffer data, int flags)
          All of the parameters here are the same as in the conversation interface.
 

Constructors in weblogic.wtc.jatmi with parameters of type TypedBuffer
DequeueReply(TypedBuffer tb, int tpurcode, CallDescriptor cd, byte[] msgid, byte[] corrid, String replyqueue, String failurequeue, Integer appkey, Integer priority, int delivery_qos, int reply_qos, int urcode)
          Constructs a reply return with the given data, tpurcode and server return code.
TuxedoReply(TypedBuffer tb, int tpurcode, CallDescriptor cd)
          Constructs a reply return with the given data, tpurcode and server return code.
 


Copyright 1996, 2011, 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 API Reference
12c Release 1 (12.1.1)

Part Number E24391-02