Class NodeId

  • All Implemented Interfaces:
    Serializable

    public class NodeId
    extends Tag
    A node ID. Each communication endpoint (client or server class instance) has an unique node ID. New IDs should be obtained using generate().
    Since:
    1.0.0
    Version:
    $Id: NodeId.java 16873 2014-04-11 16:55:47Z colin $
    Author:
    tlerios@marketcetera.com
    See Also:
    Serialized Form
    • Constructor Detail

      • NodeId

        public NodeId​(String inValue)
        Creates a new node ID with the given ID value.
        Parameters:
        inValue - a String value
      • NodeId

        protected NodeId()
        Create a new NodeId instance.
    • Method Detail

      • generate

        public static NodeId generate()
        Returns a new, unique node ID.
        Returns:
        a NodeId value