| 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 | Interface | Description | 
|---|---|---|
| interface  | TuxedoConnection | These are the methods that clients call in order to get access to
 remote domains. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | TpacallAsyncReply. failure(ApplicationToMonitorInterface atmi,
       CallDescriptor cd,
       TPException failureReply) | Called if the service returned with a failure code. | 
| void | TpacallAsyncReply. success(ApplicationToMonitorInterface atmi,
       CallDescriptor cd,
       Reply successReply) | Called if the service returned successfully. |