Uses of Interface
org.jcsp.net.NodeFactory
-
Packages that use NodeFactory Package Description org.jcsp.net This is main package for JCSP.NET.org.jcsp.net.remote Supports the remote spawning of processes at other nodes.org.jcsp.net.tcpip -
-
Uses of NodeFactory in org.jcsp.net
Classes in org.jcsp.net that implement NodeFactory Modifier and Type Class Description classXMLNodeFactoryFactory for node instantiation based on an XML-like file.Fields in org.jcsp.net declared as NodeFactory Modifier and Type Field Description private static NodeFactoryNode. factoryMethods in org.jcsp.net with parameters of type NodeFactory Modifier and Type Method Description NodeKeyNode. init(NodeFactory factory)Initializes the Node with the specifiedobject.NodeFactorystatic voidNode. setNodeFactory(NodeFactory fac) -
Uses of NodeFactory in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as NodeFactory Modifier and Type Field Description private NodeFactoryProcessSpawner. factoryThe factory the child should use to initialize its node ornullif the default initialization should take place.private NodeFactoryRemoteProcess. factoryThe factory to use for initializing the remote node.NodeFactorySpawnerMessage. factoryConstructors in org.jcsp.net.remote with parameters of type NodeFactory Constructor Description ProcessSpawner(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, java.lang.String classPath)Constructs a new spawner.RemoteProcess(CSProcess process, NodeAddressID remoteNode, NodeFactory factory)Constructs a new proxy.RemoteProcess(CSProcess process, NodeAddressID remoteNode, NodeFactory factory, java.lang.String classPath)Constructs a new proxy.SpawnerMessage(CSProcess process, NetChannelLocation caller, NodeFactory factory, ApplicationID applicationID, java.lang.String classPath)Constructs a new message. -
Uses of NodeFactory in org.jcsp.net.tcpip
Classes in org.jcsp.net.tcpip that implement NodeFactory Modifier and Type Class Description classTCPIPNodeFactoryDefault factory for simple initialisations using the TCPIPv4 protocol package.Methods in org.jcsp.net.tcpip that return NodeFactory Modifier and Type Method Description static NodeFactoryTCPIPNodeFactory. instantiate()Constructs an instance of this class.
-