Package org.jcsp.net.remote
Class SpawnerService
java.lang.Object
org.jcsp.net.remote.SpawnerService
- All Implemented Interfaces:
CSProcess
Services requests from RemoteProcess
proxies to start up child JVMs running the
actual processes.
If started from the command line, it will use the XML config file specified by the first
command parameter. If no file is given it will try and use JCSPNetSpawnerService.xml
to
initialize the local node. Alternatively it can be started programmatically and the caller must
take responsibility for initializing the node.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NodeKey
The node key.private final One2OneChannel
Termination channel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodeKey
The node key. -
terminate
Termination channel.
-
-
Constructor Details
-
SpawnerService
Constructs a new service.- Parameters:
nodeKey
- the local node key.
-
-
Method Details