Package org.jcsp.net
Class NodeKey
- java.lang.Object
-
- org.jcsp.net.NodeKey
-
public final class NodeKey extends java.lang.Object
An object that is returned when the Node is initialized. It is required for any Node management operations.
-
-
Constructor Summary
Constructors Constructor Description NodeKey()
This should only be constructed in the Node class.
-