xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.error.I_MsgErrorInfo

Packages that use I_MsgErrorInfo
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.util.error   
 

Uses of I_MsgErrorInfo in org.xmlBlaster.client
 

Methods in org.xmlBlaster.client with parameters of type I_MsgErrorInfo
 void ClientErrorHandler.handleError(I_MsgErrorInfo msgErrorInfo)
          Handle errors in async mode, we have nobody we can throw an exception to so we handle everything here.
 java.lang.String ClientErrorHandler.handleErrorSync(I_MsgErrorInfo msgErrorInfo)
           
 

Uses of I_MsgErrorInfo in org.xmlBlaster.util.error
 

Classes in org.xmlBlaster.util.error that implement I_MsgErrorInfo
 class MsgErrorInfo
          Encapsulates all necessary information to allow error handling of a lost message.
 

Methods in org.xmlBlaster.util.error with parameters of type I_MsgErrorInfo
 void I_MsgErrorHandler.handleError(I_MsgErrorInfo msgErrorInfo)
          The final recovery, all informations necessary are transported in msgErrorInfo.
 java.lang.String I_MsgErrorHandler.handleErrorSync(I_MsgErrorInfo msgErrorInfo)
          The final recovery, all informations necessary are transported in msgErrorInfo.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.