Uses of Interface
weblogic.wtc.jatmi.ApplicationToMonitorInterface

Packages that use ApplicationToMonitorInterface
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 ApplicationToMonitorInterface in weblogic.wtc.jatmi
 

Methods in weblogic.wtc.jatmi with parameters of type ApplicationToMonitorInterface
 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.