Uses of Class
org.jcsp.net.NodeInitFailedException
-
Packages that use NodeInitFailedException Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.tcpip -
-
Uses of NodeInitFailedException in org.jcsp.net
Methods in org.jcsp.net that return NodeInitFailedException Modifier and Type Method Description NodeInitFailedExceptionNode.Attributes. exception(java.lang.String msg)NodeInitFailedExceptionNode.AttributesAccess. exception(java.lang.String msg)Methods in org.jcsp.net that throw NodeInitFailedException Modifier and Type Method Description NodeKeyNode. init()Initializes the Node with the current staticNodeFactory.NodeKeyNode. init(NodeAddressID localAddress)This method functions the same as callinginit(NodeAddressID[])with a single element in the array.NodeKeyNode. init(NodeAddressID[] localAddresses)This method is functionally equivalent to callinginit(NodeAddressID[], HashTable)with theHashTableparameter being supplied asnull.NodeKeyNode. init(NodeAddressID[] localAddresses, java.util.Hashtable[] protocolSettings)Initializes the local Node and startsLinkServerlistening on each of the suppliedNodeAddressIDobjects.NodeKeyNode. init(NodeFactory factory)Initializes the Node with the specifiedobject.NodeFactoryNodeKeyNodeFactory. initNode(Node node, Node.Attributes attribs)NodeKeyXMLNodeFactory. initNode(Node node, Node.Attributes attribs)This is called by theNodeclass. -
Uses of NodeInitFailedException in org.jcsp.net.tcpip
Methods in org.jcsp.net.tcpip that throw NodeInitFailedException Modifier and Type Method Description NodeKeyTCPIPNodeFactory. initNode(Node node, Node.Attributes attribs)Initialise the node to listen on all local addresses, and start a CNS service.
-