xmlBlaster 2.2.0 client API

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

Packages that use NodeId
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.util
 

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
 

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
 

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

Copyright © 1999-2014 The xmlBlaster.org contributers.