Uses of Interface
org.jcsp.net.NodeFactory

Packages that use NodeFactory
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
 class XMLNodeFactory
           Factory for node instantiation based on an XML-like file.
 

Methods in org.jcsp.net with parameters of type NodeFactory
 NodeKey Node.init(NodeFactory factory)
           Initializes the Node with the specified NodeFactory object.
static void Node.setNodeFactory(NodeFactory fac)
           
 

Uses of NodeFactory in org.jcsp.net.remote
 

Constructors in org.jcsp.net.remote with parameters of type NodeFactory
RemoteProcess(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 NodeFactory
 class TCPIPNodeFactory
          Default factory for simple initialisations using the TCPIPv4 protocol package.
 

Methods in org.jcsp.net.tcpip that return NodeFactory
static NodeFactory TCPIPNodeFactory.instantiate()
          Constructs an instance of this class.
 



Copyright © 1996-2012. All Rights Reserved.