public interface IPLaunch
Modifier and Type | Method and Description |
---|---|
IPDebugTarget |
getDebugTarget(int procId)
Get the IPDebugTarget responsible for the procId.
|
IPDebugTarget |
getDebugTarget(TaskSet procs)
Get the IPDebugTarget responsible for the processes in procs
|
IJobControl |
getJobControl()
Get the controller used to launch the job
|
String |
getJobId()
Get the job ID associated with this launch
|
void |
setJobControl(IJobControl control)
Set the controller used to launch the job
|
void |
setJobId(String jobId)
Set the job ID associated with this launch
|
IPDebugTarget getDebugTarget(int procId)
procId
- process we're interested inIPDebugTarget getDebugTarget(TaskSet procs)
tasks
- TaskSet containing processes we're interested inIJobControl getJobControl()
String getJobId()
void setJobControl(IJobControl control)
control
- void setJobId(String jobId)
jobId
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.