Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Interface
weblogic.wtc.jatmi.Conversation

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

Methods in weblogic.wtc.gwt that return Conversation
 Conversation TuxedoConnection.tpconnect(String svc, TypedBuffer data, int flags)
          This implementation of tpconnect looks up the proper service using the domain configuration files and/or MBeans.
 

Uses of Conversation in weblogic.wtc.jatmi
 

Classes in weblogic.wtc.jatmi that implement Conversation
 class TPServiceInformation
          This class represents all the information needed to run a service
 

Methods in weblogic.wtc.jatmi that return Conversation
 Conversation ApplicationToMonitorInterface.tpconnect(String svc, TypedBuffer data, int flags)
          Establishes a half-duplex connection to a conversational service, svc.
 


Copyright 1996, 2010, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04