|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessExecution | |
---|---|
org.rhq.core.pluginapi.util | |
org.rhq.core.system |
Uses of ProcessExecution in org.rhq.core.pluginapi.util |
---|
Methods in org.rhq.core.pluginapi.util that return ProcessExecution | |
---|---|
static ProcessExecution |
ProcessExecutionUtility.createProcessExecution(File file)
Creates a ProcessExecution for the specified file for the current platform. |
static ProcessExecution |
ProcessExecutionUtility.createProcessExecution(String prefix,
File file)
Creates a ProcessExecution for the specified file for the current platform. |
Uses of ProcessExecution in org.rhq.core.system |
---|
Methods in org.rhq.core.system with parameters of type ProcessExecution | |
---|---|
ProcessExecutionResults |
JavaSystemInfo.executeProcess(ProcessExecution processExecution)
Spawns a new process using the Java Runtime API. |
ProcessExecutionResults |
NativeSystemInfo.executeProcess(ProcessExecution processExecution)
|
ProcessExecutionResults |
SystemInfo.executeProcess(ProcessExecution processExecution)
Executes a process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |