BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.wtc.jatmi.Reply

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

Uses of Reply in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt that return Reply
 Reply TuxedoConnection.tpgetrply(CallDescriptor cd, int flags)
          This implementation does not yet handle the case of blocking replies with the TPGETANY flag.
 Reply TuxedoConnection.tpcall(java.lang.String svc, TypedBuffer data, int flags)
          This implementation of tpcall looks up the proper service using the domain configuration files and/or MBeans.
 

Uses of Reply in weblogic.wtc.jatmi
 

Classes in weblogic.wtc.jatmi that implement Reply
 class DequeueReply
          This class holds the reply data and meta-data from a service invocation.
 class TPServiceInformation
          This class represents all the information needed to run a service
 class TuxedoReply
          This class holds the reply data and meta-data from a service invocation.
 

Methods in weblogic.wtc.jatmi that return Reply
 Reply tsession.tpgetrply(CallDescriptor cd, int flags)
           
 Reply tsession.tpcall(java.lang.String svc, TypedBuffer data, int flags)
           
 Reply TPServiceInformation.tprecv(int flags)
          All of the parameters here are the same as in the conversation interface.
 Reply TPException.getReplyRtn()
          Gets the data that goes along with this service failure
 Reply ApplicationToMonitorInterface.tpgetrply(CallDescriptor cd, int flags)
          tpgetrply() returns a reply from a previously sent request.
 Reply ApplicationToMonitorInterface.tpcall(java.lang.String svc, TypedBuffer data, int flags)
          tpcall() sends a request and synchronously awaits its reply.
 Reply TPReplyException.getExceptionReply()
          Gets the data that goes along with this service failure
 Reply Conversation.tprecv(int flags)
          This API is considered to be of BETA quality.
 Reply TuxedoService.service(TPServiceInformation svcinfo)
          service This is the function that will be called when a service request comes from the remote domain.
 

Constructors in weblogic.wtc.jatmi with parameters of type Reply
TPException.TPException(int tperrno, int Uunixerr, int tpurcode, int tperrordetail, Reply aRplyRtn)
          This constructor set all of the errno values
TPReplyException.TPReplyException(int err, Reply aRplyRtn)
          This is the constructor that should be used when throwing an exception from the TuxedoService interface.
TPReplyException.TPReplyException(int err, int uerr, int urcode, int detail, Reply aRplyRtn)
          This constructer sets the reply errno as well as the data which goes along with it
TPReplyException.TPReplyException(int err, int uerr, int urcode, int detail, int diagnostic, int revent, Reply aRplyRtn)
          This constructer sets the reply errno as well as the data which goes along with it
 


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.