|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeInitFailedException | |
---|---|
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 | |
---|---|
NodeInitFailedException |
Node.Attributes.exception(String msg)
|
Methods in org.jcsp.net that throw NodeInitFailedException | |
---|---|
NodeKey |
Node.init()
Initializes the Node with the current static NodeFactory . |
NodeKey |
Node.init(NodeAddressID localAddress)
This method functions the same as calling init(NodeAddressID[]) with a single element in the
array. |
NodeKey |
Node.init(NodeAddressID[] localAddresses)
This method is functionally equivalent to calling init(NodeAddressID[], HashTable) with the HashTable
parameter being supplied as null . |
NodeKey |
Node.init(NodeAddressID[] localAddresses,
Hashtable[] protocolSettings)
Initializes the local Node and starts LinkServer listening
on each of the supplied NodeAddressID objects. |
NodeKey |
Node.init(NodeFactory factory)
Initializes the Node with the specified object. |
NodeKey |
NodeFactory.initNode(Node node,
Node.Attributes attribs)
|
NodeKey |
XMLNodeFactory.initNode(Node node,
Node.Attributes attribs)
This is called by the Node class. |
Uses of NodeInitFailedException in org.jcsp.net.tcpip |
---|
Methods in org.jcsp.net.tcpip that throw NodeInitFailedException | |
---|---|
NodeKey |
TCPIPNodeFactory.initNode(Node node,
Node.Attributes attribs)
Initialise the node to listen on all local addresses, and start a CNS service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |