xmlBlaster 2.2.0 API

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

Packages that use Destination
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.client.qos   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.qos   
org.xmlBlaster.util.qos   
 

Uses of Destination in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins that return Destination
 Destination DataHolder.getDestination()
          Convenience method to access PtP destination
 

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.engine
 

Methods in org.xmlBlaster.engine that return Destination
 Destination XmlBlasterImpl.getDestination(MsgUnit msgUnit)
           
 

Methods in org.xmlBlaster.engine with parameters of type Destination
 PublishReturnQos RequestBroker.forwardPtpPublish(SessionInfo sessionInfo, MsgUnit msgUnit, boolean isClusterUpdate, Destination destination)
          Rorward a message to another cluster node.
 

Uses of Destination in org.xmlBlaster.engine.cluster
 

Methods in org.xmlBlaster.engine.cluster with parameters of type Destination
 PublishReturnQos ClusterManager.forwardPtpPublish(SessionInfo publisherSession, MsgUnit msgUnit, Destination destination)
           
 NodeMasterInfo ClusterManager.getConnection(SessionInfo publisherSession, MsgUnit msgUnit, Destination destination)
          Get connection to the master node (or a node at a closer stratum to the master).
 

Uses of Destination in org.xmlBlaster.engine.qos
 

Methods in org.xmlBlaster.engine.qos that return Destination
 Destination[] PublishQosServer.getDestinationArr()
           
 

Methods in org.xmlBlaster.engine.qos with parameters of type Destination
 void PublishQosServer.removeDestination(Destination destination)
           
 

Uses of Destination in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as Destination
private  Destination MsgQosSaxFactory.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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.