xmlBlaster 1.6.2 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 SessionName.getNodeId()
           
 NodeId Global.getNodeId()
           
 

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

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
 void RouteInfo.setNodeId(NodeId nodeId)
          The unique node name of the xmlBlaster instance.
 boolean NodeId.equals(NodeId n)
           
 

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
SessionQos(Global glob, NodeId nodeId)
          Constructor for cluster server.
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.
 


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.