Product Information > JADE Object Manager Guide > Chapter 3 - JADE Application Programming Interface (API) > pNodeHandle

pNodeHandle

The pNodeHandle parameter is a pointer to a handle structure that is loaded by the JADE Object Manager.

This handle refers to a node and must be passed later as the node handle in the jomSignOn call. All of the objects referenced in JADE Object Manager entry points always belong to a process. You can write your own program to initialize several processes.

The maximum number of processes for each node is limited only by the memory on that node; that is, it is hardware‑dependent. Processes in a node share the same object buffers.