Uses of Interface
org.jcsp.net.Node.Attributes
Packages that use Node.Attributes
-
Uses of Node.Attributes in org.jcsp.net
Classes in org.jcsp.net that implement Node.AttributesModifier and TypeClassDescriptionprivate class
A class for exposing access to the private attributes.Methods in org.jcsp.net with parameters of type Node.AttributesModifier and TypeMethodDescriptionNodeFactory.initNode
(Node node, Node.Attributes attribs) 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.AttributesModifier and TypeMethodDescriptionTCPIPNodeFactory.initNode
(Node node, Node.Attributes attribs) Initialise the node to listen on all local addresses, and start a CNS service.