xmlBlaster 1.6.2 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 NodeMasterInfo.getClusterNode()
          Access my manager
 ClusterNode ClusterManager.getMyClusterNode()
          Return myself
 ClusterNode[] ClusterManager.getClusterNodes()
          Return array containing all known cluster nodes.
 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 NodeParser.getClusterNode()
          Access the parsed ClusterNode object
 

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 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.