|
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 CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface TpacallAsyncReply
The object that is called back when a reply for an asyncronous tpacall has been received.
| Method Summary | |
|---|---|
abstract void |
failure(ApplicationToMonitorInterface atmi, CallDescriptor cd, TPException failureReply)Called if the service returned with a failure code. |
abstract void |
success(ApplicationToMonitorInterface atmi, CallDescriptor cd, Reply successReply)Called if the service returned successfully. |
| Method Detail |
|---|
void success(ApplicationToMonitorInterface atmi,
CallDescriptor cd,
Reply successReply)
atmi - The connection associated with this request. It can be used for making other calls on this connection.cd - The call descriptor associated with this request.successReply - The reply from the service.
void failure(ApplicationToMonitorInterface atmi,
CallDescriptor cd,
TPException failureReply)
atmi - The connection associated with this request. It can be used for making other calls on this connection.cd - The call descriptor associated with this request.failureReply - The reply from the service. In some cases this reply may not be from the service itself. For example: when tpacall times out. If it is from the service, then it is an instance of TPReplyException.
|
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 CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||