BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.wtc.jatmi.ApplicationToMonitorInterface

Packages that use ApplicationToMonitorInterface
weblogic.wtc.gwt   
weblogic.wtc.jatmi   
 

Uses of ApplicationToMonitorInterface in weblogic.wtc.gwt
 

Classes in weblogic.wtc.gwt that implement ApplicationToMonitorInterface
 class TuxedoConnection
          These are the methods that clients call in order to get access to remote domains.
 

Methods in weblogic.wtc.gwt with parameters of type ApplicationToMonitorInterface
 void TpacallAsyncReplyImpl.success(ApplicationToMonitorInterface atmi, CallDescriptor cd, Reply successReply)
          This method is called if the service returned successfully.
 void TpacallAsyncReplyImpl.failure(ApplicationToMonitorInterface atmi, CallDescriptor cd, TPException failureReply)
          This method is called if the service returned with a failure code of some kind.
 

Uses of ApplicationToMonitorInterface in weblogic.wtc.jatmi
 

Methods in weblogic.wtc.jatmi with parameters of type ApplicationToMonitorInterface
 void TpacallAsyncReply.success(ApplicationToMonitorInterface atmi, CallDescriptor cd, Reply successReply)
          Called if the service returned successfully.
 void TpacallAsyncReply.failure(ApplicationToMonitorInterface atmi, CallDescriptor cd, TPException failureReply)
          Called if the service returned with a failure code.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.