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 |
Modifier and Type | Class and Description |
---|---|
class |
XMLNodeFactory
Factory for node instantiation based on an XML-like file.
|
Modifier and Type | Field and Description |
---|---|
private static NodeFactory |
Node.factory |
Modifier and Type | Method and Description |
---|---|
NodeKey |
Node.init(NodeFactory factory)
Initializes the Node with the specified
object. |
static void |
Node.setNodeFactory(NodeFactory fac) |
Modifier and Type | Field and Description |
---|---|
private NodeFactory |
RemoteProcess.factory
The factory to use for initializing the remote node.
|
NodeFactory |
SpawnerMessage.factory |
private NodeFactory |
ProcessSpawner.factory
The factory the child should use to initialize its node or
null if the default initialization
should take place. |
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
TCPIPNodeFactory
Default factory for simple initialisations using the TCPIPv4 protocol package.
|
Modifier and Type | Method and Description |
---|---|
static NodeFactory |
TCPIPNodeFactory.instantiate()
Constructs an instance of this class.
|