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 NodeKeyNode. nodeKeyMethods in org.jcsp.net that return NodeKey Modifier and Type Method Description NodeKeyNode.Attributes. getNodeKey()NodeKeyNode.AttributesAccess. getNodeKey()NodeKeyNode. init()Initializes the Node with the current staticNodeFactory.NodeKeyNode. init(NodeAddressID localAddress)This method functions the same as callinginit(NodeAddressID[])with a single element in the array.NodeKeyNode. init(NodeAddressID[] localAddresses)This method is functionally equivalent to callinginit(NodeAddressID[], HashTable)with theHashTableparameter being supplied asnull.NodeKeyNode. init(NodeAddressID[] localAddresses, java.util.Hashtable[] protocolSettings)Initializes the local Node and startsLinkServerlistening on each of the suppliedNodeAddressIDobjects.NodeKeyNode. init(NodeFactory factory)Initializes the Node with the specifiedobject.NodeFactoryNodeKeyNodeFactory. initNode(Node node, Node.Attributes attribs)NodeKeyXMLNodeFactory. initNode(Node node, Node.Attributes attribs)This is called by theNodeclass.Methods in org.jcsp.net with parameters of type NodeKey Modifier and Type Method Description ProtocolManagerNode. getProtocolManager(NodeKey nodeKey)Accessor for obtaining a reference to the local Node'sProtocolManagerobject.ServiceManagerNode. getServiceManager(NodeKey nodeKey)Accessor for obtaining a reference to the local Node'sServiceManagerobject.booleanNode. 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 CNSCNS. install(NodeKey key)Installs and starts a Channel Name Server on the local Node.static CNSCNS. install(NodeKey key, java.lang.String serviceName)Installs 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, 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 aNodeKeyas 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 NodeKeySpawnerService. nodeKeyThe 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 NodeKeyTCPIPNodeFactory. initNode(Node node, Node.Attributes attribs)Initialise the node to listen on all local addresses, and start a CNS service.
-