Package org.jcsp.net
Interface NodeFactory
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TCPIPNodeFactory
,XMLNodeFactory
public interface NodeFactory extends java.io.Serializable
Node initialisation factory interface. A specific initialisation can be written by implementing this interface and passing an instance to thefactoryInit
method ofNode
.- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeKey
initNode(Node node, Node.Attributes attribs)
-
-
-
Method Detail
-
initNode
NodeKey initNode(Node node, Node.Attributes attribs) throws NodeInitFailedException
- Throws:
NodeInitFailedException
-
-