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 TypeClassDescriptionclass
Factory for node instantiation based on an XML-like file.Fields in org.jcsp.net declared as NodeFactoryMethods in org.jcsp.net with parameters of type NodeFactoryModifier and TypeMethodDescriptionNode.init
(NodeFactory factory) Initializes the Node with the specified
object.NodeFactory
static void
Node.setNodeFactory
(NodeFactory fac) -
Uses of NodeFactory in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as NodeFactoryModifier and TypeFieldDescriptionprivate final NodeFactory
ProcessSpawner.factory
The factory the child should use to initialize its node ornull
if the default initialization should take place.private final NodeFactory
RemoteProcess.factory
The factory to use for initializing the remote node.final NodeFactory
SpawnerMessage.factory
Constructors in org.jcsp.net.remote with parameters of type NodeFactoryModifierConstructorDescriptionProcessSpawner
(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, String classPath) Constructs a new spawner.RemoteProcess
(CSProcess process, NodeAddressID remoteNode, NodeFactory factory) Constructs a new proxy.RemoteProcess
(CSProcess process, NodeAddressID remoteNode, NodeFactory factory, String classPath) Constructs a new proxy.SpawnerMessage
(CSProcess process, NetChannelLocation caller, NodeFactory factory, ApplicationID applicationID, String classPath) Constructs a new message. -
Uses of NodeFactory in org.jcsp.net.tcpip
Classes in org.jcsp.net.tcpip that implement NodeFactoryModifier and TypeClassDescriptionclass
Default factory for simple initialisations using the TCPIPv4 protocol package.Methods in org.jcsp.net.tcpip that return NodeFactoryModifier and TypeMethodDescriptionstatic NodeFactory
TCPIPNodeFactory.instantiate()
Constructs an instance of this class.