xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.cluster.NodeId

Packages that use NodeId
org.xmlBlaster.authentication   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
org.xmlBlaster.engine.qos   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.cluster   
org.xmlBlaster.util.qos   
 

Uses of NodeId in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as NodeId
private  NodeId SubjectInfo.nodeId
           
 

Methods in org.xmlBlaster.authentication that return NodeId
 NodeId SubjectInfo.getNodeId()
           
 

Uses of NodeId in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as NodeId
private  NodeId ServerScope.nodeId
           
 

Methods in org.xmlBlaster.engine that return NodeId
 NodeId ServerScope.getNodeId()
          The unique name of this xmlBlaster server instance.
 

Uses of NodeId in org.xmlBlaster.engine.cluster
 

Fields in org.xmlBlaster.engine.cluster declared as NodeId
private  NodeId NodeConnectQos.nodeId
           
 

Methods in org.xmlBlaster.engine.cluster that return NodeId
 NodeId NodeConnectQos.getNodeId()
           
 NodeId ClusterNode.getNodeId()
          Convenience, delegates call to NodeInfo.
 NodeId NodeMasterInfo.getNodeId()
          Convenience method, delegates to clusterNode.getNodeId().
 NodeId ClusterManager.getNodeId()
          Access the unique cluster node id (as NodeId object).
 

Methods in org.xmlBlaster.engine.cluster with parameters of type NodeId
 ClusterNode ClusterManager.getClusterNode(NodeId nodeId)
          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
 I_XmlBlasterAccess ClusterManager.getConnection(NodeId nodeId)
           
 void NodeConnectQos.setNodeId(NodeId nodeId)
          TODO: !!!! is this needed?
 void ClusterNode.setNodeId(NodeId nodeId)
          Convenience, delegates call to NodeInfo.
 

Constructors in org.xmlBlaster.engine.cluster with parameters of type NodeId
ClusterNode(ServerScope glob, NodeId nodeId, SessionInfo sessionInfo)
          Create an object holding all informations about a node
NodeConnectQos(Global remoteGlob, NodeId nodeId)
          Holds the ConnectQos of a node.
 

Uses of NodeId in org.xmlBlaster.engine.qos
 

Methods in org.xmlBlaster.engine.qos with parameters of type NodeId
 int PublishQosServer.count(NodeId nodeId)
           
 boolean PublishQosServer.dirtyRead(NodeId nodeId)
           
 

Uses of NodeId in org.xmlBlaster.util
 

Fields in org.xmlBlaster.util declared as NodeId
private  NodeId SessionName.nodeId
           
 

Methods in org.xmlBlaster.util that return NodeId
 NodeId Global.getNodeId()
           
 NodeId SessionName.getNodeId()
           
 

Constructors in org.xmlBlaster.util with parameters of type NodeId
SessionName(Global glob, NodeId nodeId, java.lang.String name)
           
SessionName(Global glob, NodeId nodeId, java.lang.String subjectId, long pubSessionId)
           
 

Uses of NodeId in org.xmlBlaster.util.cluster
 

Fields in org.xmlBlaster.util.cluster declared as NodeId
private  NodeId RouteInfo.nodeId
           
 

Methods in org.xmlBlaster.util.cluster that return NodeId
 NodeId RouteInfo.getNodeId()
          The unique node name of the xmlBlaster instance.
 

Methods in org.xmlBlaster.util.cluster with parameters of type NodeId
 boolean NodeId.equals(NodeId n)
           
 void RouteInfo.setNodeId(NodeId nodeId)
          The unique node name of the xmlBlaster instance.
 

Constructors in org.xmlBlaster.util.cluster with parameters of type NodeId
RouteInfo(NodeId nodeId, int stratum, Timestamp timestamp)
           
 

Uses of NodeId in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as NodeId
private  NodeId SessionQos.nodeId
          The node id to which we want to connect
private  NodeId ConnectQosData.nodeId
          The node id to which we want to connect
 

Methods in org.xmlBlaster.util.qos with parameters of type NodeId
 int QosData.count(NodeId nodeId)
          Check if the message has already been at the given node (circulating message).
 boolean QosData.dirtyRead(NodeId nodeId)
          Check if the message has already been at the given node (circulating message).
 

Constructors in org.xmlBlaster.util.qos with parameters of type NodeId
ConnectQosData(Global glob, I_ConnectQosFactory factory, java.lang.String serialData, NodeId nodeId)
          Constructs the specialized quality of service object for a connect() or connect-return call.
ConnectQosData(Global glob, NodeId nodeId)
          Constructor for cluster server.
SessionQos(Global glob, NodeId nodeId)
          Constructor for cluster server.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.