BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.wtc.jatmi.CallDescriptor

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

Uses of CallDescriptor in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt that return CallDescriptor
 CallDescriptor TuxedoConnection.tpacall(java.lang.String svc, TypedBuffer data, int flags)
          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
 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
 CallDescriptor TuxedoReply.getCallDescriptor()
          Returns the service descriptor returned from tpgetrply
 CallDescriptor tsession.tpacall(java.lang.String svc, TypedBuffer data, int flags)
           
 CallDescriptor Reply.getCallDescriptor()
          Returns the service descriptor returned from tpgetrply
 CallDescriptor ApplicationToMonitorInterface.tpacall(java.lang.String svc, TypedBuffer data, int flags)
          routine for sending a service request.
 

Methods in weblogic.wtc.jatmi with parameters of type CallDescriptor
 void TuxedoReply.setCallDescriptor(CallDescriptor cd)
          Sets the call descriptor to be returned with this reply
 Reply tsession.tpgetrply(CallDescriptor cd, int flags)
           
 Reply ApplicationToMonitorInterface.tpgetrply(CallDescriptor cd, int flags)
          tpgetrply() returns a reply from a previously sent request.
 

Constructors in weblogic.wtc.jatmi with parameters of type CallDescriptor
TuxedoReply.TuxedoReply(TypedBuffer tb, int tpurcode, CallDescriptor cd)
          Constructs a reply return with the given data, tpurcode and server return code.
 


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.