xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.cluster.RouteInfo

Packages that use RouteInfo
org.xmlBlaster.client.qos   
org.xmlBlaster.util.qos   
 

Uses of RouteInfo in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return RouteInfo
 RouteInfo[] UpdateQos.getRouteNodes()
           
 RouteInfo[] GetReturnQos.getRouteNodes()
           
 

Uses of RouteInfo in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as RouteInfo
protected  RouteInfo[] QosData.routeNodes
          Cache for RouteInfo in an array
 

Fields in org.xmlBlaster.util.qos with type parameters of type RouteInfo
protected  java.util.ArrayList<RouteInfo> QosData.routeNodeList
          ArrayList containing RouteInfo objects
 

Methods in org.xmlBlaster.util.qos that return RouteInfo
 RouteInfo[] QosData.getRouteNodes()
           
 

Methods in org.xmlBlaster.util.qos with parameters of type RouteInfo
 void QosData.addRouteInfo(RouteInfo routeInfo)
          Adds a new route hop to the QoS of this message.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.