public final class TCPIPNodeFactory extends NodeFactory
Node
,
NodeFactory
cnsAddress
Constructor and Description |
---|
TCPIPNodeFactory(java.lang.String serverIP)
Deprecated.
Creates a new TCPIPNodeFactory
|
TCPIPNodeFactory(TCPIPNodeAddress addr)
Deprecated.
Creates a new TCPIPNodeFactory
|
Modifier and Type | Method and Description |
---|---|
protected NodeAddress |
initNode(Node node)
Deprecated.
Initialises the Node, connecting to the CNS / BNS
|
public TCPIPNodeFactory(TCPIPNodeAddress addr)
addr
- The address of the CNS / BNSpublic TCPIPNodeFactory(java.lang.String serverIP)
serverIP
- The IP address of the CNS / BNSprotected NodeAddress initNode(Node node) throws JCSPNetworkException
initNode
in class NodeFactory
node
- The Node to initialiseJCSPNetworkException
- Thrown if something goes wrong during the Node initialisation processCopyright © 1996–2023. All rights reserved.