BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.wtc.jatmi.TpacallAsyncReply

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

Uses of TpacallAsyncReply in weblogic.wtc.gwt
 

Classes in weblogic.wtc.gwt that implement TpacallAsyncReply
 class TpacallAsyncReplyImpl
          This class wraps the original async reply, so that it can be associated with the exact ATMI interface that was used when it was called
 

Methods in weblogic.wtc.gwt with parameters of type TpacallAsyncReply
 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.
 

Constructors in weblogic.wtc.gwt with parameters of type TpacallAsyncReply
TpacallAsyncReplyImpl(TpacallAsyncReply originalAsyncReply, TuxedoConnection originalAtmi, Transaction myTransaction, weblogic.wtc.jatmi.gwatmi myGateway)
           
 

Uses of TpacallAsyncReply in weblogic.wtc.jatmi
 

Subinterfaces of TpacallAsyncReply in weblogic.wtc.jatmi
 interface GatewayTpacallAsyncReply
          This is the object that will be called back when a reply for the tpacall has been received
 

Methods in weblogic.wtc.jatmi with parameters of type TpacallAsyncReply
 CallDescriptor tsession.tpacall(String svc, TypedBuffer data, int flags, TpacallAsyncReply callBack)
           
 CallDescriptor dsession.tpacall(String svc, TypedBuffer data, int flags, TpacallAsyncReply callBack)
           
 CallDescriptor ApplicationToMonitorInterface.tpacall(String svc, TypedBuffer data, int flags, TpacallAsyncReply callBack)
          Sends an asyncronous request message to a Tuxedo service.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.