listProcessDescriptions(String procGroup) Get a List of all ProcessDescriptions (for running
Processes) where the ProcessDescription.getGroup()
equals the given procGroup String.
Create a new process with the given description and
listener(s) configuration.
throws: IllegalArgumentException - if the description's".getName()" is already in use by another running process. throws: Exception - if unable to create or start the process.
Kill the process with the given ProcessDescription
".getName()".
the exit value of the process, orInteger.MIN_VALUE if no such processexists. See Also:RemoteProcessManager.getProcessDescription