BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.wtc.jatmi.TPReplyException

Packages that use TPReplyException
weblogic.wtc.gwt   
weblogic.wtc.jatmi   
 

Uses of TPReplyException in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt that throw TPReplyException
 Reply TuxedoConnection.tpgetrply(CallDescriptor cd, int flags)
          This implementation does not yet handle the case of blocking replies with the TPGETANY flag.
 Reply TuxedoConnection.tpcall(java.lang.String svc, TypedBuffer data, int flags)
          This implementation of tpcall looks up the proper service using the domain configuration files and/or MBeans.
 

Uses of TPReplyException in weblogic.wtc.jatmi
 

Methods in weblogic.wtc.jatmi that throw TPReplyException
 Reply tsession.tpgetrply(CallDescriptor cd, int flags)
           
 Reply tsession.tpcall(java.lang.String svc, TypedBuffer data, int flags)
           
 Reply TPServiceInformation.tprecv(int flags)
          All of the parameters here are the same as in the conversation interface.
 Reply ApplicationToMonitorInterface.tpgetrply(CallDescriptor cd, int flags)
          tpgetrply() returns a reply from a previously sent request.
 Reply ApplicationToMonitorInterface.tpcall(java.lang.String svc, TypedBuffer data, int flags)
          tpcall() sends a request and synchronously awaits its reply.
 Reply Conversation.tprecv(int flags)
          This API is considered to be of BETA quality.
 Reply TuxedoService.service(TPServiceInformation svcinfo)
          service This is the function that will be called when a service request comes from the remote domain.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.