| 
 | 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 CallDescriptor | |
|---|---|
| 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 CallDescriptor in weblogic.wtc.gwt | 
|---|
| Methods in weblogic.wtc.gwt that return CallDescriptor | |
|---|---|
|  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. | 
| Methods in weblogic.wtc.gwt with parameters of type CallDescriptor | |
|---|---|
|  void | TuxedoConnection.tpcancel(CallDescriptor cd,
         int flags)This implementation knows about the tuxedo call descriptor and will attempt to cancel the outstanding tpacall request. | 
|  Reply | TuxedoConnection.tpgetrply(CallDescriptor cd,
          int flags)This implementation does not yet handle the case of blocking replies with the TPGETANY flag. | 
| Uses of CallDescriptor in weblogic.wtc.jatmi | 
|---|
| Methods in weblogic.wtc.jatmi that return CallDescriptor | |
|---|---|
|  CallDescriptor | TuxedoReply.getCallDescriptor()Returns the service descriptor returned from tpgetrply | 
|  CallDescriptor | Reply.getCallDescriptor()Returns the service descriptor returned from tpgetrply | 
|  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. | 
| Methods in weblogic.wtc.jatmi with parameters of type CallDescriptor | |
|---|---|
|  void | TpacallAsyncReply.failure(ApplicationToMonitorInterface atmi,
        CallDescriptor cd,
        TPException failureReply)Called if the service returned with a failure code. | 
|  void | TuxedoReply.setCallDescriptor(CallDescriptor cd)Sets the call descriptor to be returned with this reply | 
|  void | TpacallAsyncReply.success(ApplicationToMonitorInterface atmi,
        CallDescriptor cd,
        Reply successReply)Called if the service returned successfully. | 
|  void | ApplicationToMonitorInterface.tpcancel(CallDescriptor cd,
         int flags)Cancels a call descriptor for outstanding reply. | 
|  Reply | ApplicationToMonitorInterface.tpgetrply(CallDescriptor cd,
          int flags)Returns a reply using the call descriptor returned by a deferred tpacall. | 
| Constructors in weblogic.wtc.jatmi with parameters of type CallDescriptor | |
|---|---|
| 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 11g Release 1 (10.3.6) Part Number E13941-06 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||