xmlBlaster 1.6.2 API

Uses of Class
org.xmlBlaster.engine.cluster.NodeDomainInfo

Packages that use NodeDomainInfo
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.cluster.simpledomain   
 

Uses of NodeDomainInfo in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as NodeDomainInfo
private  NodeDomainInfo PublishRetQosWrapper.nodeDomainInfo
           
private  NodeDomainInfo NodeParser.tmpMaster
           
 

Methods in org.xmlBlaster.engine.cluster that return NodeDomainInfo
 NodeDomainInfo I_LoadBalancer.getClusterNode(java.util.Set nodeDomainInfoSet)
          Your plugin should determine which xmlBlaster node to choose.
 NodeDomainInfo[] ClusterNode.getNodeDomainInfos()
          Access the filter rules to determine the master of a message.
 NodeDomainInfo PublishRetQosWrapper.getNodeDomainInfo()
           
 NodeDomainInfo ClusterManager.getConnection(SessionInfo publisherSession, MsgUnit msgUnit)
           
 NodeDomainInfo ClusterManager.getConnection(SessionInfo publisherSession, MsgUnit msgUnit, Destination destination)
          Get connection to the master node (or a node at a closer stratum to the master).
 NodeDomainInfo I_MapMsgToMasterId.getMasterId(NodeDomainInfo nodeDomainInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 

Methods in org.xmlBlaster.engine.cluster with parameters of type NodeDomainInfo
 java.lang.String ClusterNode.replace(NodeDomainInfo old, java.lang.String xmlNew)
           
 void ClusterNode.addNodeDomainInfo(NodeDomainInfo domainInfo)
          Set the filter rules to determine the master of a message.
 void ClusterNode.removeNodeDomainInfo(NodeDomainInfo domainInfo)
           
 NodeDomainInfo I_MapMsgToMasterId.getMasterId(NodeDomainInfo nodeDomainInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 

Constructors in org.xmlBlaster.engine.cluster with parameters of type NodeDomainInfo
PublishRetQosWrapper(NodeDomainInfo nodeDomainInfo, PublishReturnQos publishRetQos)
           
 

Uses of NodeDomainInfo in org.xmlBlaster.engine.cluster.simpledomain
 

Methods in org.xmlBlaster.engine.cluster.simpledomain that return NodeDomainInfo
 NodeDomainInfo RoundRobin.getClusterNode(java.util.Set nodeDomainInfoSet)
          We determine which xmlBlaster node to choose with a simple counter.
 NodeDomainInfo DomainToMaster.getMasterId(NodeDomainInfo nodeDomainInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 

Methods in org.xmlBlaster.engine.cluster.simpledomain with parameters of type NodeDomainInfo
 NodeDomainInfo DomainToMaster.getMasterId(NodeDomainInfo nodeDomainInfo, MsgUnit msgUnit)
          Find out who is the master of the provided message.
 


xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.