Uses of Class
org.jcsp.net.NodeKey
Packages that use NodeKey
Package
Description
This is main package for JCSP.NET.
This package contains the files specifically for the
JCSP.NET Channel Name Service (CNS).
Supports the remote spawning of processes at other nodes.
-
Uses of NodeKey in org.jcsp.net
Fields in org.jcsp.net declared as NodeKeyMethods in org.jcsp.net that return NodeKeyModifier and TypeMethodDescriptionNode.Attributes.getNodeKey()Node.AttributesAccess.getNodeKey()Node.init()Initializes the Node with the current staticNodeFactory.Node.init(NodeAddressID localAddress) This method functions the same as callinginit(NodeAddressID[])with a single element in the array.Node.init(NodeAddressID[] localAddresses) This method is functionally equivalent to callinginit(NodeAddressID[], HashTable)with theHashTableparameter being supplied asnull.Node.init(NodeAddressID[] localAddresses, Hashtable[] protocolSettings) Initializes the local Node and startsLinkServerlistening on each of the suppliedNodeAddressIDobjects.Node.init(NodeFactory factory) Initializes the Node with the specifiedobject.NodeFactoryNodeFactory.initNode(Node node, Node.Attributes attribs) XMLNodeFactory.initNode(Node node, Node.Attributes attribs) This is called by theNodeclass.Methods in org.jcsp.net with parameters of type NodeKeyModifier and TypeMethodDescriptionNode.getProtocolManager(NodeKey nodeKey) Accessor for obtaining a reference to the local Node'sProtocolManagerobject.Node.getServiceManager(NodeKey nodeKey) Accessor for obtaining a reference to the local Node'sServiceManagerobject.booleanVerifies that the supplied key matches the local Node's key. -
Uses of NodeKey in org.jcsp.net.cns
Methods in org.jcsp.net.cns with parameters of type NodeKeyModifier and TypeMethodDescriptionstatic CNSInstalls and starts a Channel Name Server on the local Node.static CNSInstalls and starts a Channel Name Server on the local Node.static CNSServiceCNSService.install(NodeKey key, NodeAddressID cnsAddress) Installs and starts a Channel Name Server client service on the local Node.static CNSServiceCNSService.install(NodeKey key, NodeAddressID cnsAddress, String serviceName) Installs and starts a Channel Name Server client service on the local Node.Constructors in org.jcsp.net.cns with parameters of type NodeKey -
Uses of NodeKey in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as NodeKeyConstructors in org.jcsp.net.remote with parameters of type NodeKey -
Uses of NodeKey in org.jcsp.net.tcpip
Methods in org.jcsp.net.tcpip that return NodeKeyModifier and TypeMethodDescriptionTCPIPNodeFactory.initNode(Node node, Node.Attributes attribs) Initialise the node to listen on all local addresses, and start a CNS service.