Uses of Class
org.jcsp.net2.Node
-
Packages that use Node Package Description org.jcsp.net2 org.jcsp.net2.tcpip -
-
Uses of Node in org.jcsp.net2
Fields in org.jcsp.net2 declared as Node Modifier and Type Field Description private static Node
Node. instance
Methods in org.jcsp.net2 that return Node Modifier and Type Method Description static Node
Node. getInstance()
Methods in org.jcsp.net2 with parameters of type Node Modifier and Type Method Description protected abstract NodeAddress
NodeFactory. initNode(Node node)
Initialises a Node -
Uses of Node in org.jcsp.net2.tcpip
Methods in org.jcsp.net2.tcpip with parameters of type Node Modifier and Type Method Description protected NodeAddress
TCPIPNodeFactory. initNode(Node node)
Deprecated.Initialises the Node, connecting to the CNS / BNS
-