xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.util.dispatch.I_ConnectionStatusListener

Packages that use I_ConnectionStatusListener
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.dispatch.plugins   
org.xmlBlaster.util.dispatch.plugins.prio   
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.client
 

Classes in org.xmlBlaster.client that implement I_ConnectionStatusListener
 class XmlBlasterAccess
          This is the default implementation of the java client side remote access to xmlBlaster.
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.client.dispatch
 

Methods in org.xmlBlaster.client.dispatch that return I_ConnectionStatusListener
 I_ConnectionStatusListener[] ClientDispatchManager.getConnectionStatusListeners()
           
 

Methods in org.xmlBlaster.client.dispatch with parameters of type I_ConnectionStatusListener
 boolean ClientDispatchManager.addConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener)
           
 boolean ClientDispatchManager.addConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener, boolean fireInitial)
           
 boolean ClientDispatchManager.removeConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener)
          Remove the given listener
 

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

Uses of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch that return I_ConnectionStatusListener
 I_ConnectionStatusListener[] I_DispatchManager.getConnectionStatusListeners()
           
 

Methods in org.xmlBlaster.util.dispatch with parameters of type I_ConnectionStatusListener
 boolean I_DispatchManager.addConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener)
           
 boolean I_DispatchManager.addConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener, boolean fireInitial)
           
 boolean I_DispatchManager.removeConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener)
          Remove the given listener
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch.plugins
 

Subinterfaces of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch.plugins
 interface I_MsgDispatchInterceptor
          The Interface allows to control how messages are sent to the remote side.
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch.plugins.prio
 

Classes in org.xmlBlaster.util.dispatch.plugins.prio that implement I_ConnectionStatusListener
 class PriorizedDispatchPlugin
          This dispatcher plugin allows to control how messages are sent to the remote side.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.