Uses of Class
org.jcsp.net.Node
-
Packages that use Node Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.tcpip -
-
Uses of Node in org.jcsp.net
Methods in org.jcsp.net that return Node Modifier and Type Method Description static Node
Node. getInstance()
Returns the instance of this singleton class.Methods in org.jcsp.net with parameters of type Node Modifier and Type Method Description NodeKey
NodeFactory. initNode(Node node, Node.Attributes attribs)
NodeKey
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 Node 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.
-