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 theHashTable
parameter being supplied asnull
.Node.init
(NodeAddressID[] localAddresses, Hashtable[] protocolSettings) Initializes the local Node and startsLinkServer
listening on each of the suppliedNodeAddressID
objects.Node.init
(NodeFactory factory) Initializes the Node with the specified
object.NodeFactory
NodeFactory.initNode
(Node node, Node.Attributes attribs) XMLNodeFactory.initNode
(Node node, Node.Attributes attribs) This is called by theNode
class.Methods in org.jcsp.net with parameters of type NodeKeyModifier and TypeMethodDescriptionNode.getProtocolManager
(NodeKey nodeKey) Accessor for obtaining a reference to the local Node'sProtocolManager
object.Node.getServiceManager
(NodeKey nodeKey) Accessor for obtaining a reference to the local Node'sServiceManager
object.boolean
Verifies 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 CNS
Installs and starts a Channel Name Server on the local Node.static CNS
Installs and starts a Channel Name Server on the local Node.static CNSService
CNSService.install
(NodeKey key, NodeAddressID cnsAddress) Installs and starts a Channel Name Server client service on the local Node.static CNSService
CNSService.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.