xmlBlaster 2.2.0 API

org.xmlBlaster.engine.cluster
Class PublishRetQosWrapper

java.lang.Object
  extended by org.xmlBlaster.engine.cluster.PublishRetQosWrapper

public final class PublishRetQosWrapper
extends java.lang.Object

This class holds the PublishReturnQos (the returned QoS of a publish() call) and the NodeMasterInfo object responsible for the publish() and allows us to return them both on method return.

The only reason that we need this class is to convey back the two above objects on forwardPublish() calls.


Field Summary
private  NodeMasterInfo nodeMasterInfo
           
private  PublishReturnQos publishRetQos
           
 
Constructor Summary
PublishRetQosWrapper(NodeMasterInfo nodeMasterInfo, PublishReturnQos publishRetQos)
           
 
Method Summary
 NodeMasterInfo getNodeMasterInfo()
           
 PublishReturnQos getPublishReturnQos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeMasterInfo

private NodeMasterInfo nodeMasterInfo

publishRetQos

private PublishReturnQos publishRetQos
Constructor Detail

PublishRetQosWrapper

public PublishRetQosWrapper(NodeMasterInfo nodeMasterInfo,
                            PublishReturnQos publishRetQos)
Method Detail

getNodeMasterInfo

public NodeMasterInfo getNodeMasterInfo()

getPublishReturnQos

public PublishReturnQos getPublishReturnQos()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.