xmlBlaster 2.2.0 API

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

Packages that use DispatchConnection
org.xmlBlaster.client.dispatch   
org.xmlBlaster.engine.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.engine.dispatch
 

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

Methods in org.xmlBlaster.engine.dispatch that return DispatchConnection
 DispatchConnection CbDispatchConnectionsHandler.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)
           
private  void DispatchConnectionsHandler.removeDispatchConnection(DispatchConnection con)
           
(package private)  void DispatchConnectionsHandler.toAlive(DispatchConnection con)
          Call by DispatchConnection on state transition
(package private)  void DispatchConnectionsHandler.toDead(DispatchConnection con, XmlBlasterException ex)
          Call by DispatchConnection on state transition
(package private)  void DispatchConnectionsHandler.toPolling(DispatchConnection con)
          Call by DispatchConnection on state transition
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.