Skip navigation links

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


Uses of Class
weblogic.wtc.jatmi.TPReplyException

Packages that use TPReplyException
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 TPReplyException in weblogic.wtc.gwt

 

Methods in weblogic.wtc.gwt that throw TPReplyException
 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 TPReplyException in weblogic.wtc.jatmi

 

Methods in weblogic.wtc.jatmi that throw TPReplyException
abstract  Reply TuxedoService.service(TPServiceInformation svcinfo)
          service This is the function that will be called when a service request comes from the remote domain.
abstract  Reply ApplicationToMonitorInterface.tpcall(String svc, TypedBuffer data, int flags)
          Sends a request and synchronously awaits for the reply.
abstract  Reply ApplicationToMonitorInterface.tpgetrply(CallDescriptor cd, int flags)
          Returns a reply using the call descriptor returned by a deferred tpacall.
abstract  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.

 


Skip navigation links

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