xmlBlaster 2.2.0 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.
 

Methods in org.xmlBlaster.client.dispatch that return DispatchConnectionsHandler
 DispatchConnectionsHandler ClientDispatchManager.getDispatchConnectionsHandler()
           
 

Uses of DispatchConnectionsHandler in org.xmlBlaster.engine
 

Methods in org.xmlBlaster.engine that return DispatchConnectionsHandler
 DispatchConnectionsHandler ServerScope.createServerDispatchConnectionsHandler(ServerDispatchManager 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().
 

Fields in org.xmlBlaster.engine.dispatch declared as DispatchConnectionsHandler
private  DispatchConnectionsHandler ServerDispatchManager.dispatchConnectionsHandler
           
 

Methods in org.xmlBlaster.engine.dispatch that return DispatchConnectionsHandler
 DispatchConnectionsHandler ServerDispatchManager.getDispatchConnectionsHandler()
           
 

Uses of DispatchConnectionsHandler in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return DispatchConnectionsHandler
 DispatchConnectionsHandler Global.createClientDispatchConnectionsHandler(ClientDispatchManager 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
protected  DispatchConnectionsHandler DispatchConnection.connectionsHandler
           
 

Methods in org.xmlBlaster.util.dispatch that return DispatchConnectionsHandler
 DispatchConnectionsHandler I_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 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.