BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.wtc.jatmi.TypedBuffer

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

Uses of TypedBuffer in weblogic.wtc.gwt
 

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.
 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.
 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.
 

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 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.
 

Fields in weblogic.wtc.jatmi declared as TypedBuffer
 TypedBuffer UserTcb.user_data
           
 

Methods in weblogic.wtc.jatmi that return TypedBuffer
 TypedBuffer ViewHelper.newViewInstance(String viewName)
           
static TypedBuffer TypedBufferFactory.createTypedBuffer(String type, String subtype)
           
static TypedBuffer TypedBufferFactory.createTypedBuffer(int hint_index, String type, String subtype)
           
 TypedBuffer TuxedoReply.getReplyBuffer()
          Returns the (possibly null) typed buffer returned from a service
 TypedBuffer TPServiceInformation.getServiceData()
          Returns the service data for this service
 TypedBuffer Reply.getReplyBuffer()
          Returns the (possibly null) typed buffer returned from a service
 

Methods in weblogic.wtc.jatmi with parameters of type TypedBuffer
 void TuxedoReply.setReplyBuffer(TypedBuffer tb)
          Sets the (possibly null) typed buffer returned from a service
 CallDescriptor tsession.tpacall(String svc, TypedBuffer data, int flags)
          Calls the other tpacall with null as the callBack parameter
 CallDescriptor tsession.tpacall(String svc, TypedBuffer data, int flags, TpacallAsyncReply callBack)
           
 Reply tsession.tpcall(String svc, TypedBuffer data, int flags)
           
 byte[] tsession.tpenqueue(String qspace, String qname, EnqueueRequest ctl, TypedBuffer data, int flags)
           
 void TPServiceInformation.tpsend(TypedBuffer data, int flags)
          All of the parameters here are the same as in the conversation interface.
 CallDescriptor dsession.tpacall(String svc, TypedBuffer data, int flags, TpacallAsyncReply callBack)
           
 Conversation dsession.tpconnect(String svc, TypedBuffer data, int flags)
           
 void Conversation.tpsend(TypedBuffer data, int flags)
          Sends data across an open connection from an initiator to a subordinate Tuxedo application.
 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.
 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.
 Conversation ApplicationToMonitorInterface.tpconnect(String svc, TypedBuffer data, int flags)
          Establishes a half-duplex connection to a conversational service, svc.
 

Constructors in weblogic.wtc.jatmi with parameters of type TypedBuffer
UserTcb(TypedBuffer udata)
           
TuxedoReply(TypedBuffer tb, int tpurcode, CallDescriptor cd)
          Constructs a reply return with the given data, tpurcode and server return code.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.