Package | Description |
---|---|
weblogic.wtc.gwt | |
weblogic.wtc.jatmi |
Modifier and Type | Interface and Description |
---|---|
interface |
TuxedoConnection
These are the methods that clients call in order to get access to
remote domains.
|
Modifier and Type | Method and 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.
|