| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CallDescriptor | TuxedoConnection. tpacall(java.lang.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. | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | GatewayTpacallAsyncReply | This is the object that will be called back when a reply for the tpacall has been received | 
| Modifier and Type | Method | Description | 
|---|---|---|
| CallDescriptor | ApplicationToMonitorInterface. tpacall(java.lang.String svc,
       TypedBuffer data,
       int flags,
       TpacallAsyncReply callBack) | Sends an asyncronous request message to a Tuxedo service. |