xmlBlaster 1.6.4 API

Uses of Class
org.xmlBlaster.util.dispatch.DispatchConnectionsHandler

Packages that use DispatchConnectionsHandler
org.xmlBlaster.client.dispatch   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.dispatch   
 

Uses of DispatchConnectionsHandler in org.xmlBlaster.client.dispatch
 

Subclasses of DispatchConnectionsHandler in org.xmlBlaster.client.dispatch
 class ClientDispatchConnectionsHandler
          Holding all necessary infos to establish a remote connection and invoke publish(), subscribe(), connect() etc.
 

Uses of DispatchConnectionsHandler in org.xmlBlaster.engine
 

Methods in org.xmlBlaster.engine that return DispatchConnectionsHandler
 DispatchConnectionsHandler ServerScope.createDispatchConnectionsHandler(DispatchManager dispatchManager)
          Returns the callback layer implementation 'CbDispatchConnectionsHandler' on server side.
 

Uses of DispatchConnectionsHandler in org.xmlBlaster.engine.dispatch
 

Subclasses of DispatchConnectionsHandler in org.xmlBlaster.engine.dispatch
 class CbDispatchConnectionsHandler
          Holding all necessary infos to establish a remote connection and invoke update()/updateOneway()/ping().
 

Uses of DispatchConnectionsHandler in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return DispatchConnectionsHandler
 DispatchConnectionsHandler Global.createDispatchConnectionsHandler(DispatchManager dispatchManager)
          Returns the client access layer implementations 'ClientDispatchConnectionsHandler'
 

Uses of DispatchConnectionsHandler in org.xmlBlaster.util.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as DispatchConnectionsHandler
private  DispatchConnectionsHandler DispatchManager.dispatchConnectionsHandler
           
protected  DispatchConnectionsHandler DispatchConnection.connectionsHandler
           
 

Methods in org.xmlBlaster.util.dispatch that return DispatchConnectionsHandler
 DispatchConnectionsHandler DispatchManager.getDispatchConnectionsHandler()
           
 

Constructors in org.xmlBlaster.util.dispatch with parameters of type DispatchConnectionsHandler
DispatchConnection(Global glob, DispatchConnectionsHandler connectionsHandler, AddressBase address)
          Our loadPlugin() and initialize() needs to be called next.
 


xmlBlaster 1.6.4 API

Copyright © 1999-2008 The xmlBlaster.org contributers.