Uses of Class
org.jcsp.net.NodeInitFailedException
Packages that use NodeInitFailedException
-
Uses of NodeInitFailedException in org.jcsp.net
Methods in org.jcsp.net that return NodeInitFailedExceptionModifier and TypeMethodDescriptionMethods in org.jcsp.net that throw NodeInitFailedExceptionModifier and TypeMethodDescriptionNode.init()
Initializes the Node with the current staticNodeFactory
.Node.init
(NodeAddressID localAddress) This method functions the same as callinginit(NodeAddressID[])
with a single element in the array.Node.init
(NodeAddressID[] localAddresses) This method is functionally equivalent to callinginit(NodeAddressID[], HashTable)
with theHashTable
parameter being supplied asnull
.Node.init
(NodeAddressID[] localAddresses, Hashtable[] protocolSettings) Initializes the local Node and startsLinkServer
listening on each of the suppliedNodeAddressID
objects.Node.init
(NodeFactory factory) Initializes the Node with the specified
object.NodeFactory
NodeFactory.initNode
(Node node, Node.Attributes attribs) XMLNodeFactory.initNode
(Node node, Node.Attributes attribs) This is called by theNode
class. -
Uses of NodeInitFailedException in org.jcsp.net.tcpip
Methods in org.jcsp.net.tcpip that throw NodeInitFailedExceptionModifier and TypeMethodDescriptionTCPIPNodeFactory.initNode
(Node node, Node.Attributes attribs) Initialise the node to listen on all local addresses, and start a CNS service.