xmlBlaster 1.6.2 client API

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

Packages that use DispatchConnectionsHandler
org.xmlBlaster.client.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.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
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.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.