xmlBlaster 2.2.0 API

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

Packages that use I_MsgErrorHandler
org.xmlBlaster.authentication   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.util.dispatch   
 

Uses of I_MsgErrorHandler in org.xmlBlaster.authentication
 

Methods in org.xmlBlaster.authentication that return I_MsgErrorHandler
 I_MsgErrorHandler SessionInfo.getMsgErrorHandler()
           
 I_MsgErrorHandler SubjectInfo.getMsgErrorHandler()
           
 

Uses of I_MsgErrorHandler in org.xmlBlaster.client
 

Classes in org.xmlBlaster.client that implement I_MsgErrorHandler
 class ClientErrorHandler
          The default error recovery implementation for messages which are lost in time and universe.
 

Fields in org.xmlBlaster.client declared as I_MsgErrorHandler
private  I_MsgErrorHandler XmlBlasterAccess.msgErrorHandler
          The object handling message delivery problems
 

Methods in org.xmlBlaster.client with parameters of type I_MsgErrorHandler
 void XmlBlasterAccess.setClientErrorHandler(I_MsgErrorHandler msgErrorHandler)
           
 void I_XmlBlasterAccess.setClientErrorHandler(I_MsgErrorHandler msgErrorHandler)
          Use a specific error handler instead of the default one.
 

Uses of I_MsgErrorHandler in org.xmlBlaster.client.dispatch
 

Fields in org.xmlBlaster.client.dispatch declared as I_MsgErrorHandler
private  I_MsgErrorHandler ClientDispatchManager.failureListener
           
 

Methods in org.xmlBlaster.client.dispatch that return I_MsgErrorHandler
 I_MsgErrorHandler ClientDispatchManager.getMsgErrorHandler()
           
 

Constructors in org.xmlBlaster.client.dispatch with parameters of type I_MsgErrorHandler
ClientDispatchManager(Global glob, I_MsgErrorHandler failureListener, I_MsgSecurityInterceptor securityInterceptor, I_Queue msgQueue, I_ConnectionStatusListener connectionStatusListener, AddressBase[] addrArr, SessionName sessionName)
           
 

Uses of I_MsgErrorHandler in org.xmlBlaster.engine
 

Classes in org.xmlBlaster.engine that implement I_MsgErrorHandler
 class MsgErrorHandler
          The default error recovery implementation for messages which are lost in time and universe.
 

Uses of I_MsgErrorHandler in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as I_MsgErrorHandler
private  I_MsgErrorHandler ServerDispatchManager.failureListener
           
 

Methods in org.xmlBlaster.engine.dispatch that return I_MsgErrorHandler
 I_MsgErrorHandler ServerDispatchManager.getMsgErrorHandler()
           
 

Constructors in org.xmlBlaster.engine.dispatch with parameters of type I_MsgErrorHandler
ServerDispatchManager(ServerScope glob, I_MsgErrorHandler failureListener, I_MsgSecurityInterceptor securityInterceptor, I_Queue msgQueue, I_ConnectionStatusListener connectionStatusListener, AddressBase[] addrArr, SessionName sessionName)
           
 

Uses of I_MsgErrorHandler in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch that return I_MsgErrorHandler
 I_MsgErrorHandler I_DispatchManager.getMsgErrorHandler()
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.