Uses of Class
org.jcsp.net.NodeKey
-
Packages that use NodeKey Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.cns This package contains the files specifically for the JCSP.NET Channel Name Service (CNS).org.jcsp.net.remote Supports the remote spawning of processes at other nodes.org.jcsp.net.tcpip -
-
Uses of NodeKey in org.jcsp.net
Fields in org.jcsp.net declared as NodeKey Modifier and Type Field Description private NodeKey
Node. nodeKey
Methods in org.jcsp.net that return NodeKey Modifier and Type Method Description NodeKey
Node.Attributes. getNodeKey()
NodeKey
Node.AttributesAccess. getNodeKey()
NodeKey
Node. init()
Initializes the Node with the current staticNodeFactory
.NodeKey
Node. init(NodeAddressID localAddress)
This method functions the same as callinginit(NodeAddressID[])
with a single element in the array.NodeKey
Node. init(NodeAddressID[] localAddresses)
This method is functionally equivalent to callinginit(NodeAddressID[], HashTable)
with theHashTable
parameter being supplied asnull
.NodeKey
Node. init(NodeAddressID[] localAddresses, java.util.Hashtable[] protocolSettings)
Initializes the local Node and startsLinkServer
listening on each of the suppliedNodeAddressID
objects.NodeKey
Node. init(NodeFactory factory)
Initializes the Node with the specified
object.NodeFactory
NodeKey
NodeFactory. initNode(Node node, Node.Attributes attribs)
NodeKey
XMLNodeFactory. initNode(Node node, Node.Attributes attribs)
This is called by theNode
class.Methods in org.jcsp.net with parameters of type NodeKey Modifier and Type Method Description ProtocolManager
Node. getProtocolManager(NodeKey nodeKey)
Accessor for obtaining a reference to the local Node'sProtocolManager
object.ServiceManager
Node. getServiceManager(NodeKey nodeKey)
Accessor for obtaining a reference to the local Node'sServiceManager
object.boolean
Node. verifyKey(NodeKey nodeKey)
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 NodeKey Modifier and Type Method Description static CNS
CNS. install(NodeKey key)
Installs and starts a Channel Name Server on the local Node.static CNS
CNS. install(NodeKey key, java.lang.String serviceName)
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, java.lang.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 Constructor Description CNS(NodeKey nodeKey)
A public constructor which takes aNodeKey
as a parameter which should be the key for the local Node. -
Uses of NodeKey in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as NodeKey Modifier and Type Field Description private NodeKey
SpawnerService. nodeKey
The node key.Constructors in org.jcsp.net.remote with parameters of type NodeKey Constructor Description SpawnerService(NodeKey nodeKey)
Constructs a new service. -
Uses of NodeKey in org.jcsp.net.tcpip
Methods in org.jcsp.net.tcpip that return NodeKey Modifier and Type Method Description NodeKey
TCPIPNodeFactory. initNode(Node node, Node.Attributes attribs)
Initialise the node to listen on all local addresses, and start a CNS service.
-