Uses of Interface
org.jcsp.net.Node.Attributes
-
Packages that use Node.Attributes Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.tcpip -
-
Uses of Node.Attributes in org.jcsp.net
Methods in org.jcsp.net with parameters of type Node.Attributes 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.Attributes in org.jcsp.net.tcpip
Methods in org.jcsp.net.tcpip with parameters of type Node.Attributes 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.
-