Uses of Class
org.jcsp.net.Node
Packages that use Node
-
Uses of Node in org.jcsp.net
Fields in org.jcsp.net declared as NodeMethods in org.jcsp.net that return NodeModifier and TypeMethodDescriptionstatic Node
Node.getInstance()
Returns the instance of this singleton class.Methods in org.jcsp.net with parameters of type NodeModifier and TypeMethodDescriptionNodeFactory.initNode
(Node node, Node.Attributes attribs) XMLNodeFactory.initNode
(Node node, Node.Attributes attribs) This is called by theNode
class. -
Uses of Node in org.jcsp.net.tcpip
Methods in org.jcsp.net.tcpip with parameters of type NodeModifier and TypeMethodDescriptionTCPIPNodeFactory.initNode
(Node node, Node.Attributes attribs) Initialise the node to listen on all local addresses, and start a CNS service.