Uses of Interface
org.jcsp.net.NodeFactory
Packages that use NodeFactory
Package
Description
This is main package for JCSP.NET.
Supports the remote spawning of processes at other nodes.
-
Uses of NodeFactory in org.jcsp.net
Classes in org.jcsp.net that implement NodeFactoryModifier and TypeClassDescriptionclassFactory for node instantiation based on an XML-like file.Methods in org.jcsp.net with parameters of type NodeFactoryModifier and TypeMethodDescriptionNode.init(NodeFactory factory) Initializes the Node with the specifiedobject.NodeFactorystatic voidNode.setNodeFactory(NodeFactory fac) -
Uses of NodeFactory in org.jcsp.net.remote
Constructors in org.jcsp.net.remote with parameters of type NodeFactoryModifierConstructorDescriptionRemoteProcess(CSProcess process, NodeAddressID remoteNode, NodeFactory factory) Constructs a new proxy.RemoteProcess(CSProcess process, NodeAddressID remoteNode, NodeFactory factory, String classPath) Constructs a new proxy. -
Uses of NodeFactory in org.jcsp.net.tcpip
Classes in org.jcsp.net.tcpip that implement NodeFactoryModifier and TypeClassDescriptionclassDefault factory for simple initialisations using the TCPIPv4 protocol package.Methods in org.jcsp.net.tcpip that return NodeFactoryModifier and TypeMethodDescriptionstatic NodeFactoryTCPIPNodeFactory.instantiate()Constructs an instance of this class.