xmlBlaster 2.2.0 client API

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

Packages that use DispatchConnection
org.xmlBlaster.client.dispatch   
org.xmlBlaster.util.dispatch   
 

Uses of DispatchConnection in org.xmlBlaster.client.dispatch
 

Subclasses of DispatchConnection in org.xmlBlaster.client.dispatch
 class ClientDispatchConnection
          Holding all necessary infos to establish callback connections and invoke their update().
 

Methods in org.xmlBlaster.client.dispatch that return DispatchConnection
 DispatchConnection ClientDispatchConnectionsHandler.createDispatchConnection(AddressBase address)
           
 

Uses of DispatchConnection in org.xmlBlaster.util.dispatch
 

Methods in org.xmlBlaster.util.dispatch that return DispatchConnection
abstract  DispatchConnection DispatchConnectionsHandler.createDispatchConnection(AddressBase address)
          Create a DispatchConnection instance and load the protocol plugin.
 DispatchConnection DispatchConnectionsHandler.getAliveDispatchConnection()
           
 DispatchConnection DispatchConnectionsHandler.getCurrentDispatchConnection()
           
 DispatchConnection DispatchConnectionsHandler.getDeadDispatchConnection()
           
 DispatchConnection[] DispatchConnectionsHandler.getDispatchConnectionArr()
           
 DispatchConnection DispatchConnectionsHandler.getPollingDispatchConnection()
           
 

Methods in org.xmlBlaster.util.dispatch with parameters of type DispatchConnection
 void DispatchConnectionsHandler.addDispatchConnection(DispatchConnection con)
           
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.