Uses of Class
org.jcsp.net.ApplicationID
-
Packages that use ApplicationID 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. -
-
Uses of ApplicationID in org.jcsp.net
Methods in org.jcsp.net that return ApplicationID Modifier and Type Method Description ApplicationID
Node. getNewApplicationID()
-
Uses of ApplicationID in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as ApplicationID Modifier and Type Field Description private 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
.ApplicationID
SpawnerMessage. applicationID
Methods in org.jcsp.net.remote that return ApplicationID Modifier and Type Method Description static ApplicationID
RemoteProcess. getApplicationID()
Returns the application ID.Constructors in org.jcsp.net.remote with parameters of type ApplicationID Constructor Description ProcessSpawner(SpawnerService service, CSProcess process, NetChannelOutput caller, NodeFactory factory, ApplicationID applicationID, int unique, java.lang.String classPath)
Constructs a new spawner.SpawnerMessage(CSProcess process, NetChannelLocation caller, NodeFactory factory, ApplicationID applicationID, java.lang.String classPath)
Constructs a new message.
-