|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 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 | |
protected Destination[] |
MsgQosData.destinationArrCache
|
static Destination[] |
MsgQosData.EMPTY_DESTINATION_ARR
|
private Destination |
MsgQosSaxFactory.destination
|
| 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 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||