xmlBlaster 2.2.0 API

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

Packages that use ClusterNode
org.xmlBlaster.engine.cluster   
 

Uses of ClusterNode in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as ClusterNode
private  ClusterNode NodeMasterInfo.clusterNode
           
private  ClusterNode[] ClusterManager.clusterNodesCache
           
private  ClusterNode ClusterManager.myClusterNode
          Info about myself
private  ClusterNode NodeParser.tmpClusterNode
           
 

Methods in org.xmlBlaster.engine.cluster that return ClusterNode
 ClusterNode NodeParser.getClusterNode()
          Access the parsed ClusterNode object
 ClusterNode NodeMasterInfo.getClusterNode()
          Access my manager
 ClusterNode ClusterManager.getClusterNode(NodeId nodeId)
          Access the informations belonging to a node id
 ClusterNode ClusterManager.getClusterNode(java.lang.String id)
          Access the informations belonging to a node id
 ClusterNode ClusterManager.getClusterNodeIntermediate(NodeId nodeId)
          If a destination node is not known, we can try to use another node for hopping, probably this node knows how to route further
 ClusterNode[] ClusterManager.getClusterNodes()
          Return array containing all known cluster nodes.
 ClusterNode ClusterManager.getMyClusterNode()
          Return myself
 

Methods in org.xmlBlaster.engine.cluster with parameters of type ClusterNode
 void ClusterManager.addClusterNode(ClusterNode clusterNode)
          Add a new node info object or overwrite an existing one.
 void ClusterManager.removeClusterNode(ClusterNode clusterNode)
           
 

Constructors in org.xmlBlaster.engine.cluster with parameters of type ClusterNode
NodeMasterInfo(ServerScope glob, ClusterNode clusterNode)
          Create a NodeMasterInfo belonging to the given cluster node.
NodeParser(ServerScope glob, ClusterNode clusterNode, java.lang.String xml)
          Constructor variant to only parse the <master> part of the XML.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.