xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.qos.address.Destination

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

Uses of Destination in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos with parameters of type Destination
 void PublishQos.addDestination(Destination destination)
          Add a destination where to send the message.
 

Constructors in org.xmlBlaster.client.qos with parameters of type Destination
PublishQos(Global glob, Destination destination)
          Default constructor for transient PtP messages.
 

Uses of Destination in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as Destination
protected  Destination[] MsgQosData.destinationArrCache
           
static Destination[] MsgQosData.EMPTY_DESTINATION_ARR
           
 

Methods in org.xmlBlaster.util.qos that return Destination
 Destination[] MsgQosData.getDestinationArr()
           
 

Methods in org.xmlBlaster.util.qos with parameters of type Destination
 void MsgQosData.addDestination(Destination destination)
          Add a destination.
 void MsgQosData.removeDestination(Destination destination)
          Remove a destination.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.