| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Reply | |
|---|---|
| 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 Reply in weblogic.wtc.gwt | 
|---|
| Methods in weblogic.wtc.gwt that return Reply | |
|---|---|
|  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. | 
|  Reply | TuxedoConnection.tpgetrply(CallDescriptor cd,
          int flags)This implementation does not yet handle the case of blocking replies with the TPGETANY flag. | 
| Uses of Reply in weblogic.wtc.jatmi | 
|---|
| Classes in weblogic.wtc.jatmi that implement Reply | |
|---|---|
|  class | DequeueReplyThis class holds the reply data and meta-data from a service invocation. | 
|  class | TPServiceInformationThis class represents all the information needed to run a service | 
|  class | TuxedoReplyThis class holds the reply data and meta-data from a service invocation. | 
| Methods in weblogic.wtc.jatmi that return Reply | |
|---|---|
|  Reply | TPReplyException.getExceptionReply()Gets the data that goes along with this service failure | 
|  Reply | TPException.getReplyRtn()Gets the data that goes along with this service failure | 
|  Reply | TuxedoService.service(TPServiceInformation svcinfo)service This is the function that will be called when a service request comes from the remote domain. | 
|  Reply | ApplicationToMonitorInterface.tpcall(String svc,
       TypedBuffer data,
       int flags)Sends a request and synchronously awaits for the reply. | 
|  Reply | ApplicationToMonitorInterface.tpgetrply(CallDescriptor cd,
          int flags)Returns a reply using the call descriptor returned by a deferred tpacall. | 
|  Reply | Conversation.tprecv(int flags)Receives data sent across an open connection from a Tuxedo application. | 
|  Reply | TPServiceInformation.tprecv(int flags)All of the parameters here are the same as in the conversation interface. | 
| Methods in weblogic.wtc.jatmi with parameters of type Reply | |
|---|---|
|  void | TpacallAsyncReply.success(ApplicationToMonitorInterface atmi,
        CallDescriptor cd,
        Reply successReply)Called if the service returned successfully. | 
|  void | TPRequestAsyncReply.success(Reply successReply)For successful service invocation of the target POJO service method. | 
| Constructors in weblogic.wtc.jatmi with parameters of type Reply | |
|---|---|
| TPException(int tperrno,
            int Uunixerr,
            int tpurcode,
            int tperrordetail,
            int diagnostic,
            int revent,
            Reply aRplyRtn)This constructor set all of the errno values | |
| TPException(int tperrno,
            int Uunixerr,
            int tpurcode,
            int tperrordetail,
            Reply aRplyRtn)This constructor set all of the errno values | |
| 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 | |
| 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(int err,
                 Reply aRplyRtn)This is the constructor that should be used when throwing an exception from the TuxedoService interface. | |
| 
 | 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 11g Release 1 (10.3.6) Part Number E13941-06 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||