|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| 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 | |
|---|---|
static boolean |
CallDescriptorUtil.isCallDescriptorEqual(CallDescriptor ct1, CallDescriptor ct2)Compare two 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 | |
|---|---|
abstract CallDescriptor |
Reply.getCallDescriptor()Returns the service descriptor returned from tpgetrply |
CallDescriptor |
TuxedoReply.getCallDescriptor()Returns the service descriptor returned from tpgetrply |
abstract CallDescriptor |
ApplicationToMonitorInterface.tpacall(String svc, TypedBuffer data, int flags)Sends a deferred asyncronous request message to a Tuxedo service. |
abstract 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 | |
|---|---|
abstract 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 |
abstract void |
TpacallAsyncReply.success(ApplicationToMonitorInterface atmi, CallDescriptor cd, Reply successReply)Called if the service returned successfully. |
abstract void |
ApplicationToMonitorInterface.tpcancel(CallDescriptor cd, int flags)Cancels a call descriptor for outstanding reply. |
abstract Reply |
ApplicationToMonitorInterface.tpgetrply(CallDescriptor cd, int flags)Returns a reply using the call descriptor returned by a deferred tpacall. |
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||