Uses of Class
org.jcsp.net.ApplicationID
Packages that use ApplicationID
Package
Description
This is main package for JCSP.NET.
Supports the remote spawning of processes at other nodes.
-
Uses of ApplicationID in org.jcsp.net
Methods in org.jcsp.net that return ApplicationID -
Uses of ApplicationID in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as ApplicationIDModifier and TypeFieldDescriptionprivate final ApplicationID
ProcessSpawner.applicationID
The application identifier of the caller that the child should adopt.(package private) static ApplicationID
RemoteProcess.applicationID
The application ID returned bygetApplicationID
.final ApplicationID
SpawnerMessage.applicationID
Methods in org.jcsp.net.remote that return ApplicationIDModifier and TypeMethodDescriptionstatic ApplicationID
RemoteProcess.getApplicationID()
Returns the application ID.Constructors in org.jcsp.net.remote with parameters of type ApplicationIDModifierConstructorDescriptionProcessSpawner
(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, String classPath) Constructs a new spawner.SpawnerMessage
(CSProcess process, NetChannelLocation caller, NodeFactory factory, ApplicationID applicationID, String classPath) Constructs a new message.