The Namespace ID (NID)
The namespace ID is of type ID and unique to a namespace within a node.
The CWellKnownNID class
In the CWellKnownNID class, many namespace IDs are defined that are used by supplied plugins.
Related Pages
CWellKnownNID
CWellKnownNID is a class that defines the well-known Namespace IDs (NID) used by the NYSSR kernel and supplied plugins, such as SYSTEM, TRANSPORT, and REMOTE_SKIN, serving as a central reference for k
The Target ID (TID)
The Target ID (TID) is the unique IId assigned to every message-receiving target within a NYSSR namespace. It enables the independent instancing of applications by being unique per namespace instance.
CNodeId
The CNodeId class defines the unique, segment-wide ID for a NYSSR node, derived from IId, featuring utilities for creation, validation, comparison, and I/O.
CSegmentId
The CSegmentId class defines the unique, segment-wide ID for a NYSSR node group (Segment), derived from IId, featuring utilities for creation, validation, comparison, and I/O.
CNamespaceAddress
The CNamespaceAddress defines the unique, fully-qualified address of a NYSSR namespace, composed of the NID, NodeId, and SegmentId, providing methods for creation, I/O, and matching.
INamespaceRegistry
The INamespaceRegistry is the central internal component for registering and retrieving Namespaces by ID (NID). It provides access to all active Namespaces and supports lifecycle monitoring via INames