xmlBlaster 2.2.0 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.contrib.mime   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.engine.distributor.plugins   
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
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, I_MsgSecurityInterceptor securityInterceptor, I_Queue msgQueue, I_ConnectionStatusListener connectionStatusListener, AddressBase[] addrArr, SessionName sessionName)
           
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.contrib.mime
 

Classes in org.xmlBlaster.contrib.mime that implement I_ConnectionStatusListener
 class DropIfNotDeliverable
          Throw away callback messages and unsubscribe all subscriptions if a client gows to polling.
 class DropIfNotDeliverableUniqueOnly
           Sometimes we need to support this subscribe pattern: A client only wants the newest message with this details:
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.contrib.replication.impl
 

Classes in org.xmlBlaster.contrib.replication.impl that implement I_ConnectionStatusListener
 class ReplManagerPlugin
          ReplManagerPlugin is a plugin wrapper if you want to run DbWatcher inside xmlBlaster.
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.engine
 

Classes in org.xmlBlaster.engine that implement I_ConnectionStatusListener
 class EventPlugin
          Registers for events from the xmlBlaster core and forwards them as configured.
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch with type parameters of type I_ConnectionStatusListener
private  java.util.HashSet<I_ConnectionStatusListener> ServerDispatchManager.connectionStatusListeners
           
 

Methods in org.xmlBlaster.engine.dispatch that return I_ConnectionStatusListener
 I_ConnectionStatusListener[] ServerDispatchManager.getConnectionStatusListeners()
           
 

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

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

Uses of I_ConnectionStatusListener in org.xmlBlaster.engine.distributor.plugins
 

Classes in org.xmlBlaster.engine.distributor.plugins that implement I_ConnectionStatusListener
 class ConsumableQueuePlugin
          ConsumableQueuePlugin
 

Uses of I_ConnectionStatusListener in org.xmlBlaster.test.classtest
 

Classes in org.xmlBlaster.test.classtest that implement I_ConnectionStatusListener
 class XmlScriptInterpreterTest.TestAccessor
           
 

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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.