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 ApplicationIDNode. getNewApplicationID() -
Uses of ApplicationID in org.jcsp.net.remote
Fields in org.jcsp.net.remote declared as ApplicationID Modifier and Type Field Description private ApplicationIDProcessSpawner. applicationIDThe application identifier of the caller that the child should adopt.(package private) static ApplicationIDRemoteProcess. applicationIDThe application ID returned bygetApplicationID.ApplicationIDSpawnerMessage. applicationIDMethods in org.jcsp.net.remote that return ApplicationID Modifier and Type Method Description static ApplicationIDRemoteProcess. 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.
-